summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-06-05 20:46:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-05 21:29:27 +0200
commitf60603a2d783af8ff3de1696795aab548ca8460b (patch)
tree5373a7cd48c0ad755aefc996be3596b70921d3f4 /odk
parent09f38f4df1177768fbeefc31e6e73137b2784c49 (diff)
typos
Change-Id: I3a28b5ce7464de724799997234925533d45f6121 Reviewed-on: https://gerrit.libreoffice.org/38420 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java2
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java2
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 {