Issue 64314

Summary: Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx
Product: Build Tools Reporter: pavel
Component: codeAssignee: rt <ruediger.timm>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, vladimir.glazounov
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---

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.