diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-12-03 14:27:11 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-12-03 14:27:11 +0000 |
commit | 629e71e9606a34eead0502a1f45644c829f334fe (patch) | |
tree | df39badd92a16dba4ae8628933c8ab381af7b0b9 | |
parent | 04eaf4fc5a63dbb4b2979c6f1667398e40ba3f76 (diff) |
#105887# new help ID for edit in SvxNameDialog for renaming drawing objects
-rw-r--r-- | sc/inc/sc.hrc | 6 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/drawsh5.cxx | 5 | ||||
-rw-r--r-- | sc/util/hidother.src | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index a8c1639f180d..c6b5eef21b0a 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: sc.hrc,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: nn $ $Date: 2002-11-28 14:54:23 $ + * last change: $Author: nn $ $Date: 2002-12-03 15:26:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -364,6 +364,8 @@ #define HID_SC_DPLAY_DATA ( HID_SC_OTHER_START + 7 ) #define HID_SC_DPLAY_SELECT ( HID_SC_OTHER_START + 8 ) +#define HID_SC_DRAW_RENAME ( HID_SC_OTHER_START + 9 ) + // Analysis Addin Functions (max.120) ---------------------------------------- #define HID_AAI_FUNC_WORKDAY ( HID_SC_AAI_FUNCS_START ) #define HID_AAI_FUNC_YEARFRAC ( HID_SC_AAI_FUNCS_START + 1 ) diff --git a/sc/source/ui/drawfunc/drawsh5.cxx b/sc/source/ui/drawfunc/drawsh5.cxx index 89c4e03de1b6..3f7b9faf64bc 100644 --- a/sc/source/ui/drawfunc/drawsh5.cxx +++ b/sc/source/ui/drawfunc/drawsh5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawsh5.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: nn $ $Date: 2002-05-16 13:09:13 $ + * last change: $Author: nn $ $Date: 2002-12-03 15:26:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -520,6 +520,7 @@ void ScDrawShell::ExecDrawFunc( SfxRequest& rReq ) String aDesc(ScResId(SCSTR_NAME)); SvxNameDialog* pDlg = new SvxNameDialog( NULL, aOldName, aDesc ); + pDlg->SetEditHelpId( HID_SC_DRAW_RENAME ); pDlg->SetText( aTitle ); pDlg->SetCheckNameHdl( LINK( this, ScDrawShell, NameObjectHdl ) ); diff --git a/sc/util/hidother.src b/sc/util/hidother.src index 7c8df24b4d32..6491c0ccae75 100644 --- a/sc/util/hidother.src +++ b/sc/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dr $ $Date: 2002-11-20 08:57:29 $ + * last change: $Author: nn $ $Date: 2002-12-03 15:27:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,6 +129,8 @@ hidspecial HID_SC_DPLAY_ROW { HelpId = HID_SC_DPLAY_ROW }; hidspecial HID_SC_DPLAY_DATA { HelpId = HID_SC_DPLAY_DATA }; hidspecial HID_SC_DPLAY_SELECT { HelpId = HID_SC_DPLAY_SELECT }; +hidspecial HID_SC_DRAW_RENAME { HelpId = HID_SC_DRAW_RENAME }; + // 2. Seite Funktionsautopilot: nur als Unique-IDs |