diff options
Diffstat (limited to 'odk/examples/java/DocumentHandling/DocumentPrinter.java')
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentPrinter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentPrinter.java b/odk/examples/java/DocumentHandling/DocumentPrinter.java index cc851123efc2..b94d700ed414 100644 --- a/odk/examples/java/DocumentHandling/DocumentPrinter.java +++ b/odk/examples/java/DocumentHandling/DocumentPrinter.java @@ -68,7 +68,7 @@ public class DocumentPrinter { StringBuffer sUrl = new StringBuffer("file:///"); sUrl.append(sourceFile.getCanonicalPath().replace('\\', '/')); - // Load a Writer document, which will be automaticly displayed + // Load a Writer document, which will be automatically displayed com.sun.star.lang.XComponent xComp = xCompLoader.loadComponentFromURL( sUrl.toString(), "_blank", 0, new com.sun.star.beans.PropertyValue[0] ); |