summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:08:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:08:48 +0000
commit44f7403dc2486c97c7715da02835692ee680191f (patch)
treed8cea2ef6f8231ab1937474270fea1d2a708ca48
parent2744475e6740380a1cc80b02c2f58b758e06af9e (diff)
INTEGRATION: CWS i18n08 (1.26.120); FILE MERGED
2003/08/21 13:52:26 er 1.26.120.1: i15631 UTextOffset obsolete with ICU 2.6. Use int32_t directly instead (see original comment in ICU 2.6 unicode/utf_old.h)
-rw-r--r--svtools/source/edit/texteng.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/edit/texteng.cxx b/svtools/source/edit/texteng.cxx
index 7d5f6f701b2a..28473138957d 100644
--- a/svtools/source/edit/texteng.cxx
+++ b/svtools/source/edit/texteng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: texteng.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2003-10-06 14:49:14 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:08:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2922,8 +2922,8 @@ void TextEngine::ImpInitWritingDirections( ULONG nPara )
long nCount = ubidi_countRuns( pBidi, &nError );
- UTextOffset nStart = 0;
- UTextOffset nEnd;
+ int32_t nStart = 0;
+ int32_t nEnd;
UBiDiLevel nCurrDir;
for ( USHORT nIdx = 0; nIdx < nCount; ++nIdx )