summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:10:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:10:17 +0000
commit081cee999cbd1f00ae25329cebdc329ef5e1962a (patch)
treef3935b14d8056bb0df449eb54104e5e1efba53fc /unotools
parent91765c5bcb45a8a02b15dd74b8d155290b3ce8f8 (diff)
INTEGRATION: CWS hr50 (1.37.60); FILE MERGED
2008/03/03 13:44:00 hr 1.37.60.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index 668c818c1476..74ccc50cafd9 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: localedatawrapper.cxx,v $
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
* This file is part of OpenOffice.org.
*
@@ -2004,6 +2004,7 @@ void LocaleDataWrapper::evaluateLocaleDataChecking()
nLocaleDataChecking = nCheck;
}
}
- else
+ else {
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
+ }
}