diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 07:08:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 07:19:10 +0200 |
commit | 65f61d1bf7e59fd643ca3da4a25c8ace8e5507e6 (patch) | |
tree | 3723bc18aa260faca4c4eab05ed63d25c79bd285 /cui/source/tabpages/numpages.cxx | |
parent | 9e436082af14b2202229589325cee0518fd6107d (diff) |
fdo#78321 Bullets and Numbering: SvxNumberingPreview looks ugly
Just remove the inner rectangle. Now it looks nice.
Change-Id: Icd3d3971292f958d1ffdd3dc6a7697005b5f9047
Diffstat (limited to 'cui/source/tabpages/numpages.cxx')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 0ab58a61cc73..a1265f94c90e 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -2302,7 +2302,6 @@ void SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ ) aLineColor.Invert(); pVDev->SetLineColor(aLineColor); pVDev->SetFillColor( aBackColor ); - pVDev->DrawRect(aRect); if(pActNum) { |