summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:06:37 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:06:37 +0000
commit848c3d704f1c9d0ced6846bf8f3ca9d079c91d52 (patch)
tree252978caba686f95494ad16d25146dd4d9d1ad3f /svx
parent6dfcbf9261cc00fc9761dbb91768e9981c729f04 (diff)
INTEGRATION: CWS mergebuild (1.20.410); FILE MERGED
2004/04/20 18:17:18 hjs 1.20.410.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/29 15:28:52 hjs 1.20.410.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svx')
-rw-r--r--svx/source/editeng/eerdll.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/eerdll.cxx b/svx/source/editeng/eerdll.cxx
index a65aa3d79317..84e8685d5849 100644
--- a/svx/source/editeng/eerdll.cxx
+++ b/svx/source/editeng/eerdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eerdll.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 19:04:00 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:06:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,7 +252,7 @@ EditDLL::EditDLL()
ByteString aResMgrName( "svx" );
aResMgrName += ByteString::CreateFromInt32( SOLARUPD );
pResMgr = ResMgr::CreateResMgr(
- aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() );
+ aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
}
EditDLL::~EditDLL()