summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/LineChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:14:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:14:39 +0000
commit98223bae16cd6d39589a5ae7e50a7b93dbb46055 (patch)
tree73e159dceb4c105a8f1528580de2390636ca03e6 /chart2/source/model/template/LineChartTypeTemplate.cxx
parentd9622460debf99bbf7a26248280e21485403fccc (diff)
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
Diffstat (limited to 'chart2/source/model/template/LineChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/LineChartTypeTemplate.cxx3
1 files changed, 2 insertions, 1 deletions
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 )
{