From d948d66509022befdb6e2c589859ca7dee9e5347 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 18 Mar 2017 20:07:23 +0100 Subject: Fix typos Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085 Reviewed-on: https://gerrit.libreoffice.org/35413 Tested-by: Jenkins Reviewed-by: Noel Grandin --- odk/examples/DevelopersGuide/Drawing/Helper.java | 2 +- .../DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java | 4 ++-- .../DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'odk') 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 * -- cgit