summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:43:06 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:43:06 +0000
commit7fcc23356d5919b8261c27a26446d79131a78362 (patch)
treecbf07b3cdf205645ad97540eed284617496f43d2 /svtools/source/misc
parent5d95d96eb9b8c5c2961446ed87b0e3eda6ca34a3 (diff)
INTEGRATION: CWS mergebuild (1.2.342); FILE MERGED
2004/01/29 11:56:08 hjs 1.2.342.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/vcldata.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/vcldata.cxx b/svtools/source/misc/vcldata.cxx
index 8229af23bf4b..ea548668ecc5 100644
--- a/svtools/source/misc/vcldata.cxx
+++ b/svtools/source/misc/vcldata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vcldata.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2001-07-10 09:52:12 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 16:43:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,6 @@
ResMgr * ImpSvtData::GetResMgr()
{
- return GetResMgr(Application::GetSettings().GetUILanguage());
+ return GetResMgr(Application::GetSettings().GetUILocale());
}