summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/tools/Misc.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba
index 640bdec120f4..c789892aef3e 100644
--- a/wizards/source/tools/Misc.xba
+++ b/wizards/source/tools/Misc.xba
@@ -134,8 +134,8 @@ Dim sProdName as String
End Function
-' Opens a Document, checks beforehand, wether it has to be loaded
-' or wether it is already on the desktop.
+' Opens a Document, checks beforehand, whether it has to be loaded
+' or whether it is already on the desktop.
' If the parameter bDisposable is set to False then then returned document
' should not be disposed afterwards, because it is already opened.
Function OpenDocument(DocPath as String, Args(), Optional bDisposable as Boolean)