summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 576fb5005bf5..9d9116c6398f 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -765,7 +765,7 @@ public class FunctionHelper
com.sun.star.util.XCloseable.class, xFrame);
if (xCloseable!=null)
{
- // We deliver the owner ship of this frame not to the (possible)
+ // We deliver the ownership of this frame not to the (possible)
// source which throw a CloseVetoException. We whishto have it
// under our own control.
try