INTEGRATION: CWS greenstate30ver3_DEV300 (1.2.32.1.8); FILE MERGED

2008/09/03 13:02:01 jsk 1.2.32.1.8.1: #i93322#
This commit is contained in:
Rüdiger Timm 2008-09-04 08:15:21 +00:00
parent 458fbf96a9
commit 978c896a71

View file

@ -8,9 +8,9 @@
'*
'* $RCSfile: extensions.inc,v $
'*
'* $Revision: 1.2 $
'* $Revision: 1.3 $
'*
'* last change: $Author: jsk $ $Date: 2008-06-19 08:56:57 $
'* last change: $Author: rt $ $Date: 2008-09-04 09:15:21 $
'*
'* This file is part of OpenOffice.org.
'*
@ -660,10 +660,9 @@ testcase tExtensionsFunction
qaErrorLog "disabling installed extensions failed;"
endif
'close window only if we don't leave with backing window
b = getDocumentCount
if b > 1 then
while( getDocumentCount() > 0 )
hCloseDocument()
endif
wend
endcase