vcl108: #i107878# reenable accidentally lost environment variable SAL_USE_VCLPLUGIN
This commit is contained in:
parent
7ef41abc06
commit
8a82c9892f
1 changed files with 3 additions and 1 deletions
|
@ -219,8 +219,10 @@ SalInstance *CreateSalInstance()
|
|||
|
||||
if( !(pUsePlugin && *pUsePlugin) )
|
||||
pInst = check_headless_plugin();
|
||||
else
|
||||
pInst = tryInstance( OUString::createFromAscii( pUsePlugin ) );
|
||||
|
||||
if( ! pInst && !(pUsePlugin && *pUsePlugin) )
|
||||
if( ! pInst )
|
||||
pInst = autodetect_plugin();
|
||||
|
||||
// fallback to gen
|
||||
|
|
Loading…
Reference in a new issue