summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/transliterationwrapper.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:52:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:52:20 +0000
commit454456b5d2c801899246e3163caecfdc3234e9e9 (patch)
treef4de40372b6606d245769ec74fb92a3e6fb4ca01 /unotools/source/i18n/transliterationwrapper.cxx
parentcbfeaf6f536c911d15e56cdd5dd55b3c13273e83 (diff)
INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED
2004/03/31 16:48:57 fa 1.11.80.2: Back out of changes since 2004-03-24, focus on smaller, more integratable changes 2004/03/29 00:30:09 fa 1.11.80.1: More 64-bit changes. 'rsc' still broken, but not as much as before.
Diffstat (limited to 'unotools/source/i18n/transliterationwrapper.cxx')
-rw-r--r--unotools/source/i18n/transliterationwrapper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/i18n/transliterationwrapper.cxx b/unotools/source/i18n/transliterationwrapper.cxx
index 9a5c15f0f68c..201f93f0f86b 100644
--- a/unotools/source/i18n/transliterationwrapper.cxx
+++ b/unotools/source/i18n/transliterationwrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transliterationwrapper.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 11:01:54 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:52:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,7 +140,7 @@ TransliterationWrapper::~TransliterationWrapper()
String TransliterationWrapper::transliterate(
const String& rStr, sal_uInt16 nLang,
xub_StrLen nStart, xub_StrLen nLen,
- Sequence <long>* pOffset )
+ Sequence <sal_Int32>* pOffset )
{
String sRet;
if( xTrans.is() )
@@ -166,7 +166,7 @@ String TransliterationWrapper::transliterate(
String TransliterationWrapper::transliterate(
const String& rStr,
xub_StrLen nStart, xub_StrLen nLen,
- Sequence <long>* pOffset ) const
+ Sequence <sal_Int32>* pOffset ) const
{
String sRet( rStr );
if( xTrans.is() )