summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:10:53 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:10:53 +0000
commit32810fdeb6ca5692133e057c0ddb115053de5690 (patch)
tree2c4c4eec41c17beff0102fdad8ad32d18ed7c3e7 /svx
parent1e6a4cfc551f09a4d26b5d395b0adf357d580ea1 (diff)
INTEGRATION: CWS mergebuild (1.13.222); FILE MERGED
2004/05/18 16:35:06 hjs 1.13.222.2: RESYNC: (1.13-1.14); FILE MERGED 2004/01/29 15:29:01 hjs 1.13.222.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/galobj.cxx b/svx/source/gallery2/galobj.cxx
index 23f43b2a2912..a66ade8340b3 100644
--- a/svx/source/gallery2/galobj.cxx
+++ b/svx/source/gallery2/galobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galobj.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 14:07:05 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:10:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,7 @@ const String SgaObject::GetTitle() const
ByteString aMgrName( aResourceName, RTL_TEXTENCODING_UTF8 );
aMgrName += ByteString::CreateFromInt32( SOLARUPD );
ResMgr* pResMgr = ResMgr::CreateResMgr( aMgrName.GetBuffer(),
- Application::GetSettings().GetUILanguage() );
+ Application::GetSettings().GetUILocale() );
if ( pResMgr )
{
ResId aResId( (sal_uInt16)nResId, pResMgr );