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





------- Additional comments from c...@openoffice.org Wed Oct 13 19:28:15 +0000 
2010 -------
um, http://hg.services.openoffice.org/hg/cws/sw34bf01/rev/6e6683f194c5 doesn't
make any sense to me.

::std::auto_ptr<const LocaleDataWrapper> pLclD;
...
if( eLang != SvxLocaleToLanguage( pLclD->getLocale() ) )
...
i.e. dereference of unset pLclD

maybe, 
if( eLang != SvxLocaleToLanguage( aSysLocale.GetLocaleData().getLocale() ) )
is what was intended


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


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

Reply via email to