To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64314
Issue #:|64314
Summary:|Mac OS X: add rtl:: prefix for OUString in
|isolang/inunx.cxx
Component:|tools
Version:|current
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P1
Subcomponent:|code
Assigned to:|rt
Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Apr 12 02:11:45 -0700
2006 -------
--- i18npool/source/isolang/inunx.cxx 07 Apr 2006 16:37:57 +0200 1.2
+++ i18npool/source/isolang/inunx.cxx 12 Apr 2006 11:09:24 +0200
@@ -130,8 +130,8 @@
if ( osl_getProcessLocale(&procLocale) == osl_Process_E_None )
{
- OUString rLang( procLocale->Language );
- OUString rCountry( procLocale->Country );
+ rtl::OUString rLang( procLocale->Language );
+ rtl::OUString rCountry( procLocale->Country );
nLang = MsLangId::convertIsoNamesToLanguage( rLang, rCountry );
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
---------------------------------------------------------------------
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]