From f60603a2d783af8ff3de1696795aab548ca8460b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 5 Jun 2017 20:46:27 +0200 Subject: typos Change-Id: I3a28b5ce7464de724799997234925533d45f6121 Reviewed-on: https://gerrit.libreoffice.org/38420 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- .../DevelopersGuide/Components/JavaComponent/TestComponentB.java | 2 +- .../DevelopersGuide/Components/dialogcomponent/DialogComponent.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'odk/examples/DevelopersGuide/Components') 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 { -- cgit