To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107878
User dtardon changed the following: What |Old value |New value ================================================================================ Version|DEV300m67 |DEV300m68 -------------------------------------------------------------------------------- ------- Additional comments from dtar...@openoffice.org Mon Jan 4 18:24:42 +0000 2010 ------- dtardon->pl: grr, I see now that what I wrote is not as clean as I thought it was :-/ You're right that the autodetection is not run if pUsePlugin _is_ set, but the pUsePlugin is _not_ used to set VCL plugin, as the changeset 18136ecb9c5d removes that code: @@ -202,11 +221,8 @@ pInst = check_headless_plugin(); if( ! pInst && !(pUsePlugin && *pUsePlugin) ) - pUsePlugin = autodetect_plugin(); + pInst = autodetect_plugin(); - if( ! pInst && pUsePlugin && *pUsePlugin ) - pInst = tryInstance( OUString::createFromAscii( pUsePlugin ) ); - // fallback to gen if( ! pInst ) pInst = tryInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "gen" ) ) ); I see I forgot to mention that I used DEV300_m68--it was not in the version listbox at the time of report--so maybe you looked at different code... --------------------------------------------------------------------- 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