summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java b/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
index b376b715a1eb..57aec870419b 100644
--- a/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
+++ b/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
@@ -62,7 +62,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor
// initialize root menu entry "Help"
xRootMenuEntry.setPropertyValue("Text", "Help");
- xRootMenuEntry.setPropertyValue("CommandURL", "slot:5410");
+ xRootMenuEntry.setPropertyValue("CommandURL", ".uno:HelpMenu");
xRootMenuEntry.setPropertyValue("HelpURL", "5410");
xRootMenuEntry.setPropertyValue("SubContainer", xSubMenuContainer);
xRootMenuEntry.setPropertyValue("Image", myBitmap);
@@ -82,7 +82,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor
// entry "Help on Help"
xMenuEntry = UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.createInstance("com.sun.star.ui.ActionTrigger"));
xMenuEntry.setPropertyValue("Text", "Help on Help");
- xMenuEntry.setPropertyValue("CommandURL", "slot:5400");
+ xMenuEntry.setPropertyValue("CommandURL", ".uno:HelpOnHelp");
xMenuEntry.setPropertyValue("HelpURL", "5400");
// insert menu entry to sub menu