From cefbddb478dc1db7169c87ed089130ab665cdb2a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 18 Apr 2005 13:32:45 +0000 Subject: INTEGRATION: CWS thaiblocksatz (1.7.380); FILE MERGED 2005/04/06 06:29:20 fme 1.7.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors --- sw/inc/redline.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/redline.hxx') diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 1677dfe0a06f..a64c003dfadb 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: redline.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-08-12 12:05:17 $ + * last change: $Author: obo $ $Date: 2005-04-18 14:32:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -296,7 +296,7 @@ public: void ShowOriginal( USHORT nLoop = 0 ); // calculates the intersection with text node number nNdIdx - void CalcStartEnd( USHORT nNdIdx, USHORT& nStart, USHORT& nEnd ) const; + void CalcStartEnd( ULONG nNdIdx, USHORT& nStart, USHORT& nEnd ) const; void InvalidateRange(); // das Layout anstossen -- cgit