summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-11 15:44:49 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-11 15:45:04 +0200
commit74cd77b2294ae600576100fdb1b6ba36753c9a00 (patch)
tree60bd4769d5271cc1522654b82972c4d29e0165eb /wizards
parenta680f3995744015cdfe18ac920b4607aa7690561 (diff)
typo fix: wether -> whether
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
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
-&apos; Opens a Document, checks beforehand, wether it has to be loaded
-&apos; or wether it is already on the desktop.
+&apos; Opens a Document, checks beforehand, whether it has to be loaded
+&apos; or whether it is already on the desktop.
&apos; If the parameter bDisposable is set to False then then returned document
&apos; should not be disposed afterwards, because it is already opened.
Function OpenDocument(DocPath as String, Args(), Optional bDisposable as Boolean)