diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java | 4 |
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 6b1da998dc00..fee367d125b2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -306,7 +306,7 @@ public class FunctionHelper // the systemw window handle. A possible reason can be an invisible // java window. In this case it should be enough to set return // values to null. All other resources (which was created before) - // will be freed automatically if scope wil be leaved. + // will be freed automatically if scope will be leaved. System.out.println("May be the NativeView object wasn't really visible at calling time of getNativeWindow()?"); xPeer = null; xWindow = null; diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java index ce47f43e26ef..a2ade7f8a601 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java @@ -71,7 +71,7 @@ public class ViewContainer extends Thread /** * ctor * It's private - because nobody should create any instance - * expect the only global one, which wil be created by ourself! + * expect the only global one, which will be created by ourself! */ private ViewContainer() { @@ -162,7 +162,7 @@ public class ViewContainer extends Thread /** - * add/remove listener for possibe shutdown events + * add/remove listener for possible shutdown events */ public void addListener( IShutdownListener rListener ) { |