summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 13:13:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 13:59:40 +0200
commit9804981fa70aa12cbdbca61f1934acbb550768b8 (patch)
tree4c6ea299f33aa13215aec6de362b480dba65480a /sc
parentMerge the libraries in writerfilter (diff)
downloadcore-9804981fa70aa12cbdbca61f1934acbb550768b8.tar.gz
core-9804981fa70aa12cbdbca61f1934acbb550768b8.zip
really use a dashed line
Change-Id: Icbdf76c15a0b5f58f7e95029418ce79f6c9461b6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/output.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index f0d9827c0659..c48b4f0faaff 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -840,7 +840,9 @@ void drawDataBars( const ScDataBarInfo* pOldDataBarInfo, OutputDevice* pDev, con
Point aPoint1(nPosZero, rRect.Top());
Point aPoint2(nPosZero, rRect.Bottom());
LineInfo aLineInfo(LINE_DASH, 1);
- aLineInfo.SetDashCount( 5 );
+ aLineInfo.SetDashCount( 4 );
+ aLineInfo.SetDistance( 3 );
+ aLineInfo.SetDashLen( 3 );
pDev->SetFillColor(COL_BLACK);
pDev->SetLineColor(COL_BLACK);
pDev->DrawLine(aPoint1, aPoint2, aLineInfo);