From 4189f33aa061f15dd4d0fafb9ecc165c6b964f33 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 8 Jul 2005 10:07:35 +0000 Subject: INTEGRATION: CWS swqbf34 (1.8.296); FILE MERGED 2005/06/27 14:16:38 fme 1.8.296.1: #i50368# Consider split table rows on row height calculation for html/ww export --- sw/source/filter/writer/wrtswtbl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/filter/writer/wrtswtbl.cxx') diff --git a/sw/source/filter/writer/wrtswtbl.cxx b/sw/source/filter/writer/wrtswtbl.cxx index 804e4e998322..7d7bb1e9421e 100644 --- a/sw/source/filter/writer/wrtswtbl.cxx +++ b/sw/source/filter/writer/wrtswtbl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wrtswtbl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-01-11 13:25:16 $ + * last change: $Author: obo $ $Date: 2005-07-08 11:07:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -181,7 +181,7 @@ long SwWriteTable::GetLineHeight( const SwTableLine *pLine ) if( bUseLayoutHeights ) { // Erstmal versuchen wir die Hoehe ueber das Layout zu bekommen - long nHeight = pLine->GetLineRect( FALSE ).Height(); + long nHeight = pLine->GetLineHeight(); if( nHeight > 0 ) return nHeight; -- cgit v1.2.3