summaryrefslogtreecommitdiff
path: root/smoketestdoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-22 22:38:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:45 +0100
commitaf6ce167af13f896e1786ef7d3c2d194aaf1c3dd (patch)
treeec78971e57bec73a7db07351152e7351c804e4ee /smoketestdoc
parent0ea3ef86a189197b4b8f8a4a7180b9070b94741f (diff)
fix this up
Diffstat (limited to 'smoketestdoc')
-rw-r--r--smoketestdoc/data/Global.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/smoketestdoc/data/Global.xml b/smoketestdoc/data/Global.xml
index 874f1277ad75..f285ef51c458 100644
--- a/smoketestdoc/data/Global.xml
+++ b/smoketestdoc/data/Global.xml
@@ -120,6 +120,7 @@ Dim gDlgState as Integer
Sub SetGlobalDoc
gOutputDoc = ThisComponent
+ oBinFilterComp = createUnoService( &quot;com.sun.star.comp.office.BF_MigrateFilter&quot; )
end Sub
Sub ClearStatus
@@ -147,8 +148,6 @@ Sub Main
gCurrentDocTest = frmTestClosure
gCurrentTestCase = cLogfileFailed
- oBinFilterComp = createUnoService( &quot;com.sun.star.comp.office.BF_MigrateFilter&quot; )
-
DeleteAllSavedFiles()
DeleteAllLogFiles()
SetupWorkPath()
@@ -536,7 +535,7 @@ Sub SetGlobalOptionsDialog ()
REM create dialog control
gOptionsDialog = CreateUnoDialog( oInputStreamProvider )
- if not isNull(oBinFilterComp) then
+ if isNull(oBinFilterComp) then
oControl = gOptionsDialog.getControl(&quot;cbOpen50Test&quot;)
oControl.Model.setPropertyValue(&quot;Enabled&quot;, FALSE)
end If