summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/wrtswtbl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-08 10:07:35 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-08 10:07:35 +0000
commit4189f33aa061f15dd4d0fafb9ecc165c6b964f33 (patch)
tree3b84c9d9f6b3eda1a3bbc8b0b0c1fa57aa78ee17 /sw/source/filter/writer/wrtswtbl.cxx
parent11bb5e76888f078cb86ad0660030227fbcc922bc (diff)
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
Diffstat (limited to 'sw/source/filter/writer/wrtswtbl.cxx')
-rw-r--r--sw/source/filter/writer/wrtswtbl.cxx6
1 files changed, 3 insertions, 3 deletions
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;