diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-13 18:25:22 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-17 13:57:44 +0400 |
commit | e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 (patch) | |
tree | e5dec44faf212f3072fc4962a96b51ee40b67ad0 /odk/examples/DevelopersGuide | |
parent | 2a7db22c3825acdb0c36a9cefd5736d73e4fefbf (diff) |
spelling: otherwhise -> otherwise
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 4 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java | 2 |
2 files changed, 3 insertions, 3 deletions
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 ) { |