summaryrefslogtreecommitdiff
path: root/framework/source/uielement/macrosmenucontroller.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-16 15:51:02 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-16 15:51:02 +0200
commitf1482b059a1906c9098e0c37df315ad1ca8a83b1 (patch)
tree51f6e0d36afbe982981e8c0510431d85277fd399 /framework/source/uielement/macrosmenucontroller.cxx
parentf63122a36c49fddb002aa366c656baace37c25d8 (diff)
CWS changehid: #i111784#: helpid fallback on command name used
Diffstat (limited to 'framework/source/uielement/macrosmenucontroller.cxx')
-rw-r--r--framework/source/uielement/macrosmenucontroller.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/uielement/macrosmenucontroller.cxx b/framework/source/uielement/macrosmenucontroller.cxx
index 44f968a45788..afe2e7173086 100644
--- a/framework/source/uielement/macrosmenucontroller.cxx
+++ b/framework/source/uielement/macrosmenucontroller.cxx
@@ -102,7 +102,6 @@ void MacrosMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& rPo
String aDisplayName = RetrieveLabelFromCommand( aCommand );
pPopupMenu->InsertItem( 2, aDisplayName );
pPopupMenu->SetItemCommand( 2, aCommand );
- pPopupMenu->SetHelpId( 2, ".uno:MacroDialog" );
// insert providers but not basic or java
addScriptItems( pPopupMenu, 4);
@@ -222,7 +221,6 @@ void MacrosMenuController::addScriptItems( PopupMenu* pPopupMenu, USHORT startIt
aDisplayName.Append( ellipsis );
pPopupMenu->InsertItem( itemId, aDisplayName );
pPopupMenu->SetItemCommand( itemId, aCommand );
- pPopupMenu->SetHelpId( itemId, rtl::OString( aCommand.GetBuffer(), aCommand.Len(), RTL_TEXTENCODING_UTF8 ) );
itemId++;
break;
}