To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107878





------- Additional comments from [email protected] Mon Jan  4 16:34:45 +0000 
2010 -------
Sorry, maybe I'm blind, but if you have SAL_USE_VCLPLUGIN set, the
autodetect_plugin will not get executed due to

if( ! pInst && !(pUsePlugin && *pUsePlugin) )

furthermore the plugin in pUsePlugin gets loaded just after that autodetect
line. I confess one could make that clearer by writing

if( pUsePlugin && *pUsePlugin )
    pInst = tryInstance( OUString::createFromAscii( pUsePlugin ) );
else
    pInst = autodetect_plugin();

but essentially that should be the same ?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to