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 c02ec71aba69..718e23571b75 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -539,7 +539,7 @@ public class FunctionHelper
com.sun.star.frame.FrameSearchFlag.CHILDREN,
lProperties);
- // dont forget to restore old frame name ...
+ // don't forget to restore old frame name...
xFrame.setName(sOldName);
}
catch(com.sun.star.io.IOException exIO)
@@ -746,7 +746,7 @@ public class FunctionHelper
* It shows the possible interface to do so.
*
* @param xFrame
- * frame which should be clcosed
+ * frame which should be closed
*
* @return <TRUE/> in case frame could be closed
* <FALSE/> otherwise
@@ -766,7 +766,7 @@ public class FunctionHelper
if (xCloseable!=null)
{
// We deliver the ownership of this frame not to the (possible)
- // source which throw a CloseVetoException. We whishto have it
+ // source which throw a CloseVetoException. We wish to have it
// under our own control.
try
{