From 98223bae16cd6d39589a5ae7e50a7b93dbb46055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 6 Jun 2008 08:14:39 +0000 Subject: [PATCH] INTEGRATION: CWS chart25 (1.18.10); FILE MERGED 2008/04/25 14:47:56 iha 1.18.10.1: #i88742# make default lines a bit stronger for line charts --- chart2/source/model/template/LineChartTypeTemplate.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart2/source/model/template/LineChartTypeTemplate.cxx b/chart2/source/model/template/LineChartTypeTemplate.cxx index 9a6a10f4ba34..66a35ff04790 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.cxx +++ b/chart2/source/model/template/LineChartTypeTemplate.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: LineChartTypeTemplate.cxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.19 $ * * This file is part of OpenOffice.org. * @@ -366,6 +366,7 @@ void SAL_CALL LineChartTypeTemplate::applyStyle( DataSeriesHelper::switchSymbolsOnOrOff( xProp, m_bHasSymbols, nSeriesIndex ); DataSeriesHelper::switchLinesOnOrOff( xProp, m_bHasLines ); + DataSeriesHelper::makeLinesThickOrThin( xProp, m_nDim==2 ); } catch( uno::Exception & ex ) {