summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-06 07:08:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 07:19:10 +0200
commit65f61d1bf7e59fd643ca3da4a25c8ace8e5507e6 (patch)
tree3723bc18aa260faca4c4eab05ed63d25c79bd285 /cui
parent9e436082af14b2202229589325cee0518fd6107d (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')
-rw-r--r--cui/source/inc/numpages.hxx3
-rw-r--r--cui/source/tabpages/numpages.cxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index b4714a566e56..b4e46aaea77c 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -464,7 +464,4 @@ public:
#endif
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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)
{