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