summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:34:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:34:57 +0000
commite666ed00ba2d8455ed8d3ff32da9af25ad62c2be (patch)
tree967a9d0980f1bf2d66ea8860e07c4764161ebaea /sc/source/ui/miscdlgs
parent0b6b255f19c635a24650aef5c9f6c772fed53886 (diff)
INTEGRATION: CWS aw038 (1.6.114); FILE MERGED
2006/12/05 10:34:55 aw 1.6.114.1: #i68101# 2nd version of dialogs
Diffstat (limited to 'sc/source/ui/miscdlgs')
-rw-r--r--sc/source/ui/miscdlgs/strindlg.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/strindlg.cxx b/sc/source/ui/miscdlgs/strindlg.cxx
index 2678bc250..6fc18238b 100644
--- a/sc/source/ui/miscdlgs/strindlg.cxx
+++ b/sc/source/ui/miscdlgs/strindlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strindlg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:10:40 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 17:34:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,9 @@ ScStringInputDlg::ScStringInputDlg( Window* pParent,
DBG_ASSERT( nHelpId == FID_TAB_APPEND || nHelpId == FID_TAB_RENAME ||
nHelpId == HID_SC_ADD_AUTOFMT || nHelpId == HID_SC_RENAME_AUTOFMT ||
- nHelpId == SID_RENAME_OBJECT,
+ nHelpId == SID_RENAME_OBJECT ||
+ // #i68101#
+ nHelpId == SID_TITLE_DESCRIPTION_OBJECT,
"unknown ID" );
if ( nHelpId == FID_TAB_APPEND )
aEdInput.SetHelpId( HID_SC_APPEND_NAME );
@@ -86,6 +88,9 @@ ScStringInputDlg::ScStringInputDlg( Window* pParent,
aEdInput.SetHelpId( HID_SC_REN_AFMT_NAME );
else if ( nHelpId == SID_RENAME_OBJECT )
aEdInput.SetHelpId( HID_SC_RENAME_OBJECT );
+ // #i68101#
+ else if ( nHelpId == SID_TITLE_DESCRIPTION_OBJECT )
+ aEdInput.SetHelpId( HID_SC_TITLE_DESCRIPTION_OBJECT );
//-------------
FreeResource();