From e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Wed, 13 Feb 2013 18:25:22 +0400 Subject: spelling: otherwhise -> otherwise Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db --- .../DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 4 ++-- .../OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 98480189c3d2..75617f057f2d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -138,7 +138,7 @@ public class FunctionHelper * we nee the remote service manager to create this task/frame service * * @return [com.sun.star.frame.XFrame] - * the new created frame reference in case of success or null otherwhise + * the new created frame reference in case of success or null otherwise */ private static com.sun.star.frame.XFrame impl_createEmptyFrame( com.sun.star.uno.XComponentContext xCtx ) @@ -173,7 +173,7 @@ public class FunctionHelper * - the office window will be a child of one of our java windows * - the office will be a normal system window outside this java application * This behaviour will be regulated by the second parameter of this operation. - * If a parentview is given the first mode will be activated - otherwhise + * If a parentview is given the first mode will be activated - otherwise * the second one. * * Note: First mode (creation of a child window) can be reached by two different diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java index 0b96c79a14e6..a386d687580d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java @@ -650,7 +650,7 @@ public class AsciiReplaceFilter * the requested service name * * @return True, if the given service name will be supported; - * False otherwhise. + * False otherwise. */ public boolean supportsService( String sService ) { -- cgit