diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:10:39 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:10:39 +0000 |
commit | 1e6a4cfc551f09a4d26b5d395b0adf357d580ea1 (patch) | |
tree | 3dd2f1ffab91f81f24ab3ba69e07f988448eb685 /svx | |
parent | 1816e07e1d7e66cf7e86515f9cf34534c0431e27 (diff) |
INTEGRATION: CWS mergebuild (1.24.404); FILE MERGED
2004/05/18 16:34:58 hjs 1.24.404.2: RESYNC: (1.24-1.25); FILE MERGED
2004/01/29 15:28:56 hjs 1.24.404.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galmisc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx index 66890d5d4766..4941cb4d3dec 100644 --- a/svx/source/gallery2/galmisc.cxx +++ b/svx/source/gallery2/galmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: galmisc.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 12:11:37 $ + * last change: $Author: hjs $ $Date: 2004-06-25 12:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,7 @@ ResMgr* GetGalleryResMgr() ByteString aResMgrName( "gal" ); aResMgrName += ByteString::CreateFromInt32( SOLARUPD ); pGalleryResMgr = ResMgr::CreateResMgr( - aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() ); + aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); } return pGalleryResMgr; |