summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:07:13 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:07:13 +0000
commit3871c47dcb37f2b0159add0960d15087da835ca2 (patch)
tree565d48be4d2ae98bd79c523a6a2183ccc0cb3c49 /unotools
parent6832c38492a26f7bfbf8fdeb5c92a24f52c06970 (diff)
INTEGRATION: CWS tune04 (1.21.142); FILE MERGED
2004/06/14 09:53:01 cmc 1.21.142.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/localedatawrapper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx
index 7beacfd358eb..e0e82d83158a 100644
--- a/unotools/inc/unotools/localedatawrapper.hxx
+++ b/unotools/inc/unotools/localedatawrapper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localedatawrapper.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: er $ $Date: 2002-07-26 20:21:36 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 17:07:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,9 +95,6 @@ class CalendarWrapper;
class LocaleDataWrapper
{
- static ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > xInstalledLocales;
- static ::com::sun::star::uno::Sequence< sal_uInt16 > xInstalledLanguageTypes;
-
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xSMgr;
::com::sun::star::uno::Reference< ::com::sun::star::i18n::XLocaleData > xLD;
::com::sun::star::lang::Locale aLocale;