diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-07-08 05:48:18 +0000 |
commit | 799cc41b53a59c543408fa5370e107c2c57a2904 (patch) | |
tree | 790ed9324cea1b9a2f54955a0497cab55c617128 /odk/examples/java | |
parent | ff669d1c7f692052534d1136d1ff4220433f8542 (diff) |
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0
Reviewed-on: https://gerrit.libreoffice.org/16834
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/java')
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentConverter.java | 2 | ||||
-rw-r--r-- | odk/examples/java/Text/StyleInitialization.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentConverter.java b/odk/examples/java/DocumentHandling/DocumentConverter.java index 35002fb5de1b..fe0460cd6a34 100644 --- a/odk/examples/java/DocumentHandling/DocumentConverter.java +++ b/odk/examples/java/DocumentHandling/DocumentConverter.java @@ -135,7 +135,7 @@ public class DocumentConverter { // Storing and converting the document xStorable.storeAsURL(sStoreUrl, propertyValues); - // Closing the converted document. Use XCloseable.clsoe if the + // Closing the converted document. Use XCloseable.close if the // interface is supported, otherwise use XComponent.dispose com.sun.star.util.XCloseable xCloseable = UnoRuntime.queryInterface( diff --git a/odk/examples/java/Text/StyleInitialization.java b/odk/examples/java/Text/StyleInitialization.java index ea5191ebb227..db0b8e1d866e 100644 --- a/odk/examples/java/Text/StyleInitialization.java +++ b/odk/examples/java/Text/StyleInitialization.java @@ -173,7 +173,7 @@ public class StyleInitialization { // BEGIN: 'Finding a suitable style' Section from the Tutorial - // craete a supplier to get the styles-collection + // create a supplier to get the styles-collection com.sun.star.style.XStyleFamiliesSupplier xSupplier = null; xSupplier = UnoRuntime.queryInterface( com.sun.star.style.XStyleFamiliesSupplier.class, xTextDocument ); |