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 p...@openoffice.org 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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to