summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:31:17 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:31:17 +0000
commitfb55eb5a4f38211f5cdf99c956403f71d51f6ed7 (patch)
tree211241b6a3d4efb77c1cad5d3fdf2b38ac22c52c /goodies
parentcaa742d77b88ce9d11c1d0e3b8b63fcbb11e677e (diff)
INTEGRATION: CWS mergebuild (1.4.110); FILE MERGED
2004/01/29 14:38:19 hjs 1.4.110.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/epbm/epbm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epbm/epbm.cxx b/goodies/source/filter.vcl/epbm/epbm.cxx
index e32a881dd065..0d2ff4cd800b 100644
--- a/goodies/source/filter.vcl/epbm/epbm.cxx
+++ b/goodies/source/filter.vcl/epbm/epbm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: epbm.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sj $ $Date: 2001-10-08 13:59:01 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:31:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -270,7 +270,7 @@ extern "C" BOOL __LOADONCALLAPI DoExportDialog( FltCallDialogParameter& rPara )
ResMgr* pResMgr;
aResMgrName.Append( ByteString::CreateFromInt32( SOLARUPD ) );
- pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() );
+ pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
if( pResMgr )
{