summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:32:04 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:32:04 +0000
commit97f0f227637ef2b59871cb1d44cab43402df6de5 (patch)
treea1fc8cd833bab1a13345bd153bf7ded5042378bf /goodies
parent0f76b6a02a89904ccfc5ebfebb89911d9191c63a (diff)
INTEGRATION: CWS mergebuild (1.3.116); FILE MERGED
2004/01/29 14:38:22 hjs 1.3.116.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/epgm/epgm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epgm/epgm.cxx b/goodies/source/filter.vcl/epgm/epgm.cxx
index e9fe7333b635..8261c547d182 100644
--- a/goodies/source/filter.vcl/epgm/epgm.cxx
+++ b/goodies/source/filter.vcl/epgm/epgm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: epgm.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2001-07-10 11:11:36 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:32:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -290,7 +290,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 )
{