diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:52:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 12:52:08 +0000 |
commit | cbfeaf6f536c911d15e56cdd5dd55b3c13273e83 (patch) | |
tree | 1d39df779b9d4db6f20cd71f52403a2a33158239 /unotools/inc | |
parent | 7b2d328a5e8bbbfb1a1b9aab048745aa6aa2415c (diff) |
INTEGRATION: CWS ooo64bit01 (1.11.80); FILE MERGED
2004/03/31 16:48:56 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/inc')
-rw-r--r-- | unotools/inc/unotools/transliterationwrapper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/transliterationwrapper.hxx b/unotools/inc/unotools/transliterationwrapper.hxx index b501c958c6ba..a7a6c5435d05 100644 --- a/unotools/inc/unotools/transliterationwrapper.hxx +++ b/unotools/inc/unotools/transliterationwrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: transliterationwrapper.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-04-24 11:01:14 $ + * last change: $Author: rt $ $Date: 2004-06-17 13:52:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,12 +138,12 @@ public: string is returned. */ String transliterate( const String& rStr, xub_StrLen nStart, xub_StrLen nLen, - ::com::sun::star::uno::Sequence <long>* pOffset ) const; + ::com::sun::star::uno::Sequence <sal_Int32>* pOffset ) const; // Wrapper implementations of class Transliteration String transliterate( const String& rStr, sal_uInt16 nLanguage, xub_StrLen nStart, xub_StrLen nLen, - ::com::sun::star::uno::Sequence <long>* pOffset ); + ::com::sun::star::uno::Sequence <sal_Int32>* pOffset ); /** If two strings are equal per this transliteration. Returns the number of matched code points in any case, even if strings |