summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/Helper.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java2
3 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/Helper.java b/odk/examples/DevelopersGuide/Drawing/Helper.java
index bbc99887a413..f959248737cf 100644
--- a/odk/examples/DevelopersGuide/Drawing/Helper.java
+++ b/odk/examples/DevelopersGuide/Drawing/Helper.java
@@ -46,7 +46,7 @@ public class Helper
/** Connect to an office, if no office is running a new instance is started.
* A new connection is established and the service manger from the running
- * offic eis returned.
+ * office is returned.
*/
public static XComponentContext connect()
throws Exception
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index 208c1e5fc967..a579290c550f 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -117,8 +117,8 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
* start working as frame action listener really.
* We will be frame action listener here. In case
* we get a frame action which indicates, that we should
- * update our interception. Because such using of an interecptor
- * isn't guaranteed - in case a newer one was registered ...
+ * update our interception. Because such using of an interceptor
+ * isn't guaranteed - in case a newer one was registered...
*/
public void startListening()
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
index e7913da25249..948483298657 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
@@ -188,7 +188,7 @@ class StatusListener implements com.sun.star.frame.XStatusListener,
* Because it's a oneway method we start a thread as reaction. This thread call
* us back and we can do necessary things there.
* But we shouldn't start such action - if it's not really necessary.
- * So we check before, if we are intereested on this event really.
+ * So we check before, if we are interested on this event really.
*
* @see #impl_frameAction
*