summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:32:50 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:32:50 +0000
commitfbd1ed7fa7cfa1863ddbecb1b7def03779f0f5e5 (patch)
treecdff83620a399f78762bdf9ca1880c0bf58bc043 /goodies
parent17b89df530912b8ded028683496854ec19a01b15 (diff)
INTEGRATION: CWS mergebuild (1.10.94); FILE MERGED
2004/01/29 14:38:25 hjs 1.10.94.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/epict/epict.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epict/epict.cxx b/goodies/source/filter.vcl/epict/epict.cxx
index c61153cae554..0e810ec6e680 100644
--- a/goodies/source/filter.vcl/epict/epict.cxx
+++ b/goodies/source/filter.vcl/epict/epict.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: epict.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: sj $ $Date: 2002-07-04 15:51:33 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:32:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2309,7 +2309,7 @@ extern "C" BOOL SAL_CALL 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 )
{