From ec376c2934e77fd1b56da892cfe2c1393f4c8156 Mon Sep 17 00:00:00 2001
From: Miklos Vajna <vmiklos@suse.cz>
Date: Tue, 8 Jan 2013 12:22:10 +0100
Subject: sw: dump size of tab portions

---
 sw/source/core/text/txttab.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sw/source')

diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx
index 1286f07b7443..4395d5563d59 100644
--- a/sw/source/core/text/txttab.cxx
+++ b/sw/source/core/text/txttab.cxx
@@ -656,7 +656,7 @@ void SwAutoTabDecimalPortion::Paint( const SwTxtPaintInfo & ) const
 
 void SwTabPortion::HandlePortion( SwPortionHandler& rPH ) const
 {
-    rPH.Text( GetLen(), GetWhichPor() );
+    rPH.Text( GetLen(), GetWhichPor(), Height(), Width() );
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
-- 
cgit