summaryrefslogtreecommitdiff
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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index 66eb053bd2c8..12ea20173b3a 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -301,7 +301,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
}
// deregistration will be done everytime ...
- // But may it's not neccessary to establish a new registration!
+ // But may it's not necessary to establish a new registration!
// Don't look for ignoring actions - it was done already inside original frameAction() call!
boolean bRegister = false;
@@ -511,7 +511,7 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
if (aURL.Complete.startsWith("private:factory") == true)
{
// Create view frame for showing loaded documents on demand.
- // The visible state is neccessary for JNI functionality to get the HWND and plug office
+ // The visible state is necessary for JNI functionality to get the HWND and plug office
// inside a java window hierarchy!
DocumentView aNewView = new DocumentView();
aNewView.setVisible(true);