summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java6
1 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 49de6144f4d5..2640100f8edf 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -250,7 +250,7 @@ public class FunctionHelper
// try new version of creation first: directly using of the window
// handle. The old implementation of the corresponding toolkit method
// requires a process ID. If this id isn't the right one a null object
- // is returned. But normaly nobody outside the office knows this id.
+ // is returned. But normally nobody outside the office knows this id.
// New version of this method ignore the id parameter and creation will
// work.
// Note: You must be sure if your window handle can be really used by
@@ -596,7 +596,7 @@ public class FunctionHelper
try
{
// Check for supported model functionality.
- // Normaly the application documents (text, spreadsheet ...) do so
+ // Normally the application documents (text, spreadsheet ...) do so
// but some other ones (e.g. db components) doesn't do that.
// They can't be save then.
com.sun.star.frame.XModel xModel = UnoRuntime.queryInterface(
@@ -653,7 +653,7 @@ public class FunctionHelper
// First detect factory of this document.
// Ask for the supported service name of this document.
// If information is available it can be used to find out which
- // filter exist for HTML export. Normaly this filter should be searched
+ // filter exist for HTML export. Normally this filter should be searched
// inside the filter configuration but this little demo doesn't do so.
// (see service com.sun.star.document.FilterFactory for further
// information too)