summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/Text/TextDocumentStructure.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Text/TextDocumentStructure.java b/odk/examples/java/Text/TextDocumentStructure.java
index a1043a44775f..273f08f95b8c 100644
--- a/odk/examples/java/Text/TextDocumentStructure.java
+++ b/odk/examples/java/Text/TextDocumentStructure.java
@@ -60,7 +60,7 @@ public class TextDocumentStructure {
Object oDesktop = xMCF.createInstanceWithContext(
"com.sun.star.frame.Desktop", xContext);
- // get the component laoder from the desktop to create a new
+ // get the component loader from the desktop to create a new
// text document
com.sun.star.frame.XComponentLoader xCLoader =
UnoRuntime.queryInterface(