summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:15:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:15:00 +0000
commit8328f159686a7f9d29989af0eb0cb638db74ad39 (patch)
tree6120ed99a5fac18a96e145ee65d2f9c50753cdef
parent98223bae16cd6d39589a5ae7e50a7b93dbb46055 (diff)
INTEGRATION: CWS chart25 (1.9.10); FILE MERGED
2008/04/25 15:00:05 iha 1.9.10.1: #i88742# make default lines a bit stronger for line charts
-rw-r--r--chart2/source/model/template/NetChartTypeTemplate.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/model/template/NetChartTypeTemplate.cxx b/chart2/source/model/template/NetChartTypeTemplate.cxx
index c192ae95da58..44da318a8013 100644
--- a/chart2/source/model/template/NetChartTypeTemplate.cxx
+++ b/chart2/source/model/template/NetChartTypeTemplate.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: NetChartTypeTemplate.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -95,6 +95,7 @@ void SAL_CALL NetChartTypeTemplate::applyStyle(
DataSeriesHelper::switchSymbolsOnOrOff( xProp, m_bHasSymbols, nSeriesIndex );
DataSeriesHelper::switchLinesOnOrOff( xProp, m_bHasLines );
+ DataSeriesHelper::makeLinesThickOrThin( xProp, true );
}
catch( uno::Exception & ex )
{