summaryrefslogtreecommitdiffstats
path: root/i18npool/source/isolang
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:26:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:26:24 +0000
commit1d5be8705a4490b0fe1033c51333ad287adabb8f (patch)
tree5fbf9c419b8b5b5a5a58bb0ef112de0f99435085 /i18npool/source/isolang
parentINTEGRATION: CWS hr50 (1.58.20); FILE MERGED (diff)
downloadcore-1d5be8705a4490b0fe1033c51333ad287adabb8f.tar.gz
core-1d5be8705a4490b0fe1033c51333ad287adabb8f.zip
INTEGRATION: CWS hr50 (1.6.78); FILE MERGED
2008/03/03 13:06:21 hr 1.6.78.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r--i18npool/source/isolang/inunx.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/isolang/inunx.cxx b/i18npool/source/isolang/inunx.cxx
index a4e05078528d..195ddfabf9b7 100644
--- a/i18npool/source/isolang/inunx.cxx
+++ b/i18npool/source/isolang/inunx.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inunx.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -130,8 +130,9 @@ static void getPlatformSystemLanguageImpl( LanguageType& rSystemLanguage,
rSystemLanguage = nLang;
#endif /* MACOSX */
}
- else
+ else {
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
+ }
}
}