summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-04 09:24:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-04 09:42:22 +0000
commitedf50b4d4fe0b1a2b0a670f896dc2301caf14212 (patch)
tree376ff9a59631cfd70d6676f8306a760582f35a86 /smoketestoo_native
parentb70fbfd9265d46a0bc088ff08b52fd78268a4834 (diff)
binfilter test needs to have SOLARSRC set to find sample docs
Diffstat (limited to 'smoketestoo_native')
-rw-r--r--smoketestoo_native/data/Global.xml5
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( &quot;com.sun.star.comp.office.BF_MigrateFilter&quot; )
+ REM need to have the binfilter component, and SOLARSRC set to find sample docs
+ if Environ(&quot;SOLARSRC&quot;) &lt;&gt; &quot;&quot; then
+ oBinFilterComp = createUnoService( &quot;com.sun.star.comp.office.BF_MigrateFilter&quot; )
+ End If
end Sub
Sub ClearStatus