summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 16:24:33 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 16:24:33 +0000
commitc042a47860da8988b2c3bb3e93cb7642d359a4a9 (patch)
treefeb5494b4851aa9bd35e44b8a523c31e760961d1 /scaddins
parentfc1d6bab22a84ede3c7bfb704a6be1a59f9875fc (diff)
INTEGRATION: CWS mergebuild (1.8.32); FILE MERGED
2004/01/29 11:32:57 hjs 1.8.32.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/datefunc/datefunc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index 939c5d0a7a2a..79b8ad0c3c01 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datefunc.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 15:15:00 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 17:24:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -429,7 +429,7 @@ void ScaDateAddIn::InitData()
OString aModName( "date" );
aModName += OString::valueOf( sal_Int32( SUPD ) );
pResMgr = ResMgr::CreateResMgr( (const sal_Char*) aModName,
- ConvertIsoNamesToLanguage( aFuncLoc.Language, aFuncLoc.Country ) );
+ aFuncLoc );
if( pFuncDataList )
delete pFuncDataList;