diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-11 15:44:49 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-11 15:45:04 +0200 |
commit | 74cd77b2294ae600576100fdb1b6ba36753c9a00 (patch) | |
tree | 60bd4769d5271cc1522654b82972c4d29e0165eb /wizards | |
parent | a680f3995744015cdfe18ac920b4607aa7690561 (diff) |
typo fix: wether -> whether
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/tools/Misc.xba | 4 |
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) |