summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-26 04:36:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-26 04:36:50 +0200
commitcbfd8eb92f7e2c47badc34336c0523d366282286 (patch)
treeb76b3718de321307450a6a11917bf900ac02b42c /sc
parentde687872926d0c54beba38fc2c33368b3ca6d634 (diff)
use the smaller version for data bars
Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/output.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index ba530de4a0c6..1ca09e666bf0 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -805,10 +805,10 @@ void drawDataBars( const ScDataBarInfo* pOldDataBarInfo, OutputDevice* pDev, con
{
long nPosZero = 0;
Rectangle aPaintRect = rRect;
- //aPaintRect.Top() += 2;
- //aPaintRect.Bottom() -= 2;
- //aPaintRect.Left() += 2;
- //aPaintRect.Right() -= 2;
+ aPaintRect.Top() += 2;
+ aPaintRect.Bottom() -= 2;
+ aPaintRect.Left() += 2;
+ aPaintRect.Right() -= 2;
if(pOldDataBarInfo->mnZero)
{
//need to calculate null point in cell