To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106791
------- Additional comments from [email protected] Wed Nov 11 02:34:40 +0000 2009 ------- Suggested Solution: If failed to create WinSalInstance instance,don't initialize the null to the ImplGetSVData()->mpDefInst, and keep its original value... //BOOL InitVCL( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rSMgr ) for example: SalInstance* pIns = CreateSalInstance(); if ( pIns ) pSVData->mpDefInst = CreateSalInstance(); else return FALSE; ....... How about your comments?Thanks. --------------------------------------------------------------------- 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]
