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 /sc/source/ui/drawfunc/drawsh5.cxx | |
parent | 04eaf4fc5a63dbb4b2979c6f1667398e40ba3f76 (diff) |
#105887# new help ID for edit in SvxNameDialog for renaming drawing objects
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh5.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/drawsh5.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 ) ); |