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
This commit is contained in:
Rüdiger Timm 2008-06-06 08:14:39 +00:00
parent d9622460de
commit 98223bae16

View file

@ -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 )
{