diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:19:49 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:19:49 +0000 |
commit | 91c8304e364afdd8f61a6d6452dee48d3f14aacd (patch) | |
tree | f0237b097384649bccc1b3f9616313e21f8b0547 /svx/source/svdraw/svdetc.cxx | |
parent | 1a536f63ebe274d1c046f0a4e342552af7191b65 (diff) |
INTEGRATION: CWS mergebuild (1.17.44); FILE MERGED
2004/05/18 16:48:40 hjs 1.17.44.3: RESYNC: (1.18-1.19); FILE MERGED
2004/04/20 18:50:28 hjs 1.17.44.2: RESYNC: (1.17-1.18); FILE MERGED
2004/01/29 15:29:10 hjs 1.17.44.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index d800e42e555c..aec5dfbaffc9 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdetc.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:12:04 $ + * last change: $Author: hjs $ $Date: 2004-06-25 12:19:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -765,7 +765,7 @@ ResMgr* ImpGetResMgr() INT32 nSolarUpd(SOLARUPD); aName += ByteString::CreateFromInt32( nSolarUpd ); rGlobalData.pResMgr = - ResMgr::CreateResMgr( aName.GetBuffer(), Application::GetSettings().GetUILanguage() ); + ResMgr::CreateResMgr( aName.GetBuffer(), Application::GetSettings().GetUILocale() ); } return rGlobalData.pResMgr; |