To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93503
------- Additional comments from [email protected] Thu Nov 18 09:18:51 +0000 2010 ------- @er > 1. What exactly does this change in SvNumberformat::ImpGetLanguageType() > attempt to fix? > - return (nNum && (cToken == ']' || nPos == nLen)) ? (LanguageType)nNum : > + return ((cToken == ']' || nPos == nLen)) ? (LanguageType)nNum : The reason for this fix is to allow nNum == 0, i.e. LocaleId == 0 which mean "system locale". The above attached file/use-case shows that it is possible. We've made the fix while also make sure that there's no other side-effect, e.g. cases from invalid localeid still return 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]
