Issue 64314 - Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx
Summary: Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: rt
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 10:11 UTC by pavel
Modified: 2006-04-12 12:21 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2006-04-12 10:11:45 UTC
--- 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();
Comment 1 pavel 2006-04-12 12:21:08 UTC
Thanks Vladimir :-)
Comment 2 pavel 2006-04-12 12:21:31 UTC
Seen on m163 master.