summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:23:08 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:32:05 +0000
commitb068d9fb8d29e06ff652b1493605cea22a9199f3 (patch)
treec504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /qadevOOo/runner
parentd6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff)
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a Reviewed-on: https://gerrit.libreoffice.org/34802 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/ContextMenuInterceptor.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/ContextMenuInterceptor.java b/qadevOOo/runner/helper/ContextMenuInterceptor.java
index be21ff724318..e04628682774 100644
--- a/qadevOOo/runner/helper/ContextMenuInterceptor.java
+++ b/qadevOOo/runner/helper/ContextMenuInterceptor.java
@@ -62,14 +62,14 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
XIndexContainer.class,
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTriggerContainer" ));
- // intialize root menu entry "Help"
+ // initialize root menu entry "Help"
xRootMenuEntry.setPropertyValue( "Text", "Help" );
xRootMenuEntry.setPropertyValue( "CommandURL", "slot:5410" );
xRootMenuEntry.setPropertyValue( "HelpURL", "5410" );
xRootMenuEntry.setPropertyValue( "SubContainer", xSubMenuContainer );
// create menu entries for the new sub menu
- // intialize help/content menu entry
+ // initialize help/content menu entry
// entry "Content"
XPropertySet xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class, xMenuElementFactory.createInstance(
@@ -81,7 +81,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
// insert menu entry to sub menu
xSubMenuContainer.insertByIndex( 0, xMenuEntry );
- // intialize help/help on help
+ // initialize help/help on help
// entry "Help on Help"
xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class,
@@ -92,7 +92,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
// insert menu entry to sub menu
xSubMenuContainer.insertByIndex( 1, xMenuEntry );
- // intialize help/tips
+ // initialize help/tips
// entry "Tips"
xMenuEntry = UnoRuntime.queryInterface(
XPropertySet.class,