summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-03-03 14:53:22 +0100
committerIngrid Halama <iha@openoffice.org>2010-03-03 14:53:22 +0100
commit65b6070a183557276d5cb29e82e6c8125a79fb26 (patch)
treef7352d9616b307950b567ed2f2974d0b7b1927e2 /chart2/source/tools
parent7bdab0997a98e68bfe475819d4ac2902d4f89ac0 (diff)
#i109771# no black borders around symbols + #i74910# very thick borders protrude over the legend
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/DataSeriesHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/DataSeriesHelper.cxx b/chart2/source/tools/DataSeriesHelper.cxx
index 538f2966105f..acff332d4229 100644
--- a/chart2/source/tools/DataSeriesHelper.cxx
+++ b/chart2/source/tools/DataSeriesHelper.cxx
@@ -595,7 +595,7 @@ void makeLinesThickOrThin( const Reference< beans::XPropertySet > & xSeriesPrope
if( !xSeriesProperties.is() )
return;
- sal_Int32 nNewValue = bThick ? 88 : 0;
+ sal_Int32 nNewValue = bThick ? 80 : 0;
sal_Int32 nOldValue = 0;
if( (xSeriesProperties->getPropertyValue( C2U( "LineWidth" )) >>= nOldValue ) &&
nOldValue != nNewValue )