Searched refs:pUsePlugin (Results 1 – 1 of 1) sorted by relevance
222 static const char* pUsePlugin = getenv( "SAL_USE_VCLPLUGIN" ); in CreateSalInstance() local224 if( !(pUsePlugin && *pUsePlugin) ) in CreateSalInstance()227 pInst = tryInstance( OUString::createFromAscii( pUsePlugin ) ); in CreateSalInstance()
Completed in 13 milliseconds