summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 14:32:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 14:32:00 +0000
commit3b612a1fc564adfc2a6d1178a7491e12b4c3c626 (patch)
treef6fb688be59bb158241f53ed4acdb8d951d7a73c
parent6364cd2c645c80f4728b0fdad4e01d864674d82f (diff)
INTEGRATION: CWS os52 (1.43.104); FILE MERGED
2005/02/17 17:24:07 os 1.43.104.2: RESYNC: (1.43-1.44); FILE MERGED 2005/02/01 11:49:52 os 1.43.104.1: #i41702# help ids fixed
-rw-r--r--sfx2/source/dialog/templdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index ba2829b3a0a8..ab5a9ff7c73b 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templdlg.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: vg $ $Date: 2005-02-16 18:22:43 $
+ * last change: $Author: kz $ $Date: 2005-03-01 15:32:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2659,12 +2659,12 @@ IMPL_LINK( SfxTemplateDialog_Impl, ToolBoxRClick, ToolBox *, pBox )
sLabel = lcl_GetLabel( aCommand );
pMenu->InsertItem( SID_STYLE_UPDATE_BY_EXAMPLE, sLabel );
- pMenu->SetHelpId(SID_STYLE_NEW_BY_EXAMPLE, HID_TEMPLDLG_NEWBYEXAMPLE);
+ pMenu->SetHelpId(SID_STYLE_UPDATE_BY_EXAMPLE, HID_TEMPLDLG_UPDATEBYEXAMPLE);
aCommand = xUICommands->getByName(::rtl::OUString::createFromAscii(".uno:LoadStyles"));
sLabel = lcl_GetLabel( aCommand );
pMenu->InsertItem( SID_TEMPLATE_LOAD, sLabel );
- pMenu->SetHelpId(SID_STYLE_NEW_BY_EXAMPLE, SID_TEMPLATE_LOAD);
+ pMenu->SetHelpId(SID_TEMPLATE_LOAD, SID_TEMPLATE_LOAD);
pMenu->SetSelectHdl(LINK(this, SfxTemplateDialog_Impl, MenuSelectHdl));
pMenu->Execute( pBox,