diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-04 09:24:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-04 09:42:22 +0000 |
commit | edf50b4d4fe0b1a2b0a670f896dc2301caf14212 (patch) | |
tree | 376ff9a59631cfd70d6676f8306a760582f35a86 /smoketestoo_native | |
parent | b70fbfd9265d46a0bc088ff08b52fd78268a4834 (diff) |
binfilter test needs to have SOLARSRC set to find sample docs
Diffstat (limited to 'smoketestoo_native')
-rw-r--r-- | smoketestoo_native/data/Global.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/smoketestoo_native/data/Global.xml b/smoketestoo_native/data/Global.xml index e956f45e56eb..8c549f824be2 100644 --- a/smoketestoo_native/data/Global.xml +++ b/smoketestoo_native/data/Global.xml @@ -120,7 +120,10 @@ Dim gDlgState as Integer Sub SetGlobalDoc gOutputDoc = ThisComponent - oBinFilterComp = createUnoService( "com.sun.star.comp.office.BF_MigrateFilter" ) + REM need to have the binfilter component, and SOLARSRC set to find sample docs + if Environ("SOLARSRC") <> "" then + oBinFilterComp = createUnoService( "com.sun.star.comp.office.BF_MigrateFilter" ) + End If end Sub Sub ClearStatus |