summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-12 09:51:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-12 09:51:17 +0000
commit5511e14eb5f8e0bcc2784c9f0e4769fd0a6ec8b0 (patch)
tree25f081a2abb8fe5e45397240a311cb881fafc0f3 /i18npool/source/isolang
parent#i64248# include datetime (thanks to pjanik). (diff)
downloadcore-5511e14eb5f8e0bcc2784c9f0e4769fd0a6ec8b0.tar.gz
core-5511e14eb5f8e0bcc2784c9f0e4769fd0a6ec8b0.zip
#i64314# Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/inunx.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/isolang/inunx.cxx b/i18npool/source/isolang/inunx.cxx
index 5e3fb1cde03c..dbd46197f53e 100644
--- a/i18npool/source/isolang/inunx.cxx
+++ b/i18npool/source/isolang/inunx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inunx.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 14:37:57 $
+ * last change: $Author: vg $ $Date: 2006-04-12 10:51:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,8 +130,8 @@ static void getPlatformSystemLanguageImpl( LanguageType& rSystemLanguage,
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();