diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-08 12:22:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-08 14:17:27 +0100 |
commit | ec376c2934e77fd1b56da892cfe2c1393f4c8156 (patch) | |
tree | 0554665187186770262c1115120cb733967d118d /sw/source | |
parent | 371727c78fdfd80b4d4ec33dc2129da96c38e777 (diff) |
sw: dump size of tab portions
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/text/txttab.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |