summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index a579290c550f..b9314bb9c467 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -148,7 +148,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
* (started inside the original oneway method). We found all parameters of
* the original request packed inside a vector. Here we unpack it and
* call the right internal helper method, which implements the right
- * funtionality.
+ * functionality.
*
* @seealso frameAction()
* @seealso dispatch()
@@ -194,7 +194,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
* callback for frame action events
* We use it to update our interception. Because if a new component was loaded into
* the frame or another interceptor was registered, we should refresh our connection
- * to the frame. Otherwhise we can't guarantee full functionality here.
+ * to the frame. Otherwise we can't guarantee full functionality here.
*
* Note: Don't react synchronous in an asynchronous listener callback. So use a thread
* here to update anything.
@@ -597,7 +597,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
/*
* If this java application shutdown - we must cancel all current existing
- * listener connections. Otherwhise the office will run into some
+ * listener connections. Otherwise the office will run into some
* DisposedExceptions if it tries to use these forgotten listener references.
* And of course it can die doing that.
* We are registered at a central object to be informed if the VM will exit.