summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/document/OfficeDocument.java2
-rw-r--r--wizards/com/sun/star/wizards/document/OfficeDocument.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.java b/wizards/com/sun/star/wizards/document/OfficeDocument.java
index 6a90726dd77c..1868c198915a 100644
--- a/wizards/com/sun/star/wizards/document/OfficeDocument.java
+++ b/wizards/com/sun/star/wizards/document/OfficeDocument.java
@@ -130,7 +130,7 @@ public class OfficeDocument
xFrame = UnoRuntime.queryInterface(XFrame.class, xMSF.createInstance("com.sun.star.frame.Frame"));
xFrame.initialize(xWindow);
- //from now this frame is useable ...
+ //from now this frame is usable ...
//and not part of the desktop tree.
//You are alone with him .-)
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.py b/wizards/com/sun/star/wizards/document/OfficeDocument.py
index 3886f1eb1c70..ba3b0976bd31 100644
--- a/wizards/com/sun/star/wizards/document/OfficeDocument.py
+++ b/wizards/com/sun/star/wizards/document/OfficeDocument.py
@@ -169,7 +169,7 @@ class OfficeDocument(object):
traceback.print_exc()
xFrame.initialize(xPeer)
- #from now this frame is useable ...
+ #from now this frame is usable ...
#and not part of the desktop tree.
#You are alone with him .-)
if listener is not None: