From 74cd77b2294ae600576100fdb1b6ba36753c9a00 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 11 Sep 2013 15:44:49 +0200 Subject: typo fix: wether -> whether Change-Id: Iad4182d7150f851df06a7208a811d482351f736a --- wizards/source/tools/Misc.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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) -- cgit