binfilter test needs to have SOLARSRC set to find sample docs
This commit is contained in:
parent
b70fbfd926
commit
edf50b4d4f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue