diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx index 0238c586577a..4f922d23621b 100644 --- a/pyuno/source/module/pyuno_runtime.cxx +++ b/pyuno/source/module/pyuno_runtime.cxx @@ -501,7 +501,7 @@ PyRef Runtime::any2PyObject (const Any &a ) const Sequence< sal_Int8 > byteSequence; if( a >>= byteSequence ) { - // byte sequence is treated in a special way because of peformance reasons + // byte sequence is treated in a special way because of performance reasons // @since 0.9.2 return PyRef( PyUNO_ByteSequence_new( byteSequence, *this ), SAL_NO_ACQUIRE ); } 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, diff --git a/qadevOOo/tests/java/ifc/awt/_XControl.java b/qadevOOo/tests/java/ifc/awt/_XControl.java index 0f3c06a25e71..ffb9bcbaa268 100644 --- a/qadevOOo/tests/java/ifc/awt/_XControl.java +++ b/qadevOOo/tests/java/ifc/awt/_XControl.java @@ -171,7 +171,7 @@ public class _XControl extends MultiMethodTest { /** * Test calls the method. Then mode is checked using isDesignMode().

- * Has OK status if mode is swithed. + * Has OK status if mode is switched. */ public void _setDesignMode() { desMode = oObj.isDesignMode(); diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java index ba2150be1b85..5566aef0ceea 100644 --- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java +++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java @@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization; *