diff options
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java b/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java index 3edfec18b37e..c8f6def18549 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java @@ -39,7 +39,7 @@ import com.sun.star.test.XSomethingB; import com.sun.star.uno.Type; // TestComponentB implements all necessary interfaces self, this is only -// for demonstration. More convenient is to use the impelmentation WeakBase or +// for demonstration. More convenient is to use the implementation WeakBase or // ComponentBase, see implementation of TestComponentA. public class TestComponentB implements XTypeProvider, XServiceInfo, XSomethingB { static final String __serviceName= "com.sun.star.test.SomethingB"; diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java index d7a3940bc611..643dcda6425c 100644 --- a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java +++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java @@ -62,7 +62,7 @@ import com.sun.star.awt.Rectangle; import com.sun.star.test.XTestDialogHandler; // DialogComponent implements all necessary interfaces self, this is only -// for demonstration. More convenient is to use the impelmentation WeakBase or +// for demonstration. More convenient is to use the implementation WeakBase or // ComponentBase, see implementation of TestComponentA. public class DialogComponent { |