diff options
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/MessageBox.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/MessageBox.java b/odk/examples/DevelopersGuide/GUI/MessageBox.java index cff15262d559..c5ad36e734b5 100644 --- a/odk/examples/DevelopersGuide/GUI/MessageBox.java +++ b/odk/examples/DevelopersGuide/GUI/MessageBox.java @@ -146,7 +146,7 @@ public class MessageBox { Object oDesktop = m_xMCF.createInstanceWithContext( "com.sun.star.frame.Desktop", m_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(com.sun.star.frame.XComponentLoader.class,oDesktop); |