From 1e6a4cfc551f09a4d26b5d395b0adf357d580ea1 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Fri, 25 Jun 2004 11:10:39 +0000 Subject: 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 --- svx/source/gallery2/galmisc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') 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; -- cgit