summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;