INTEGRATION: CWS chart25 (1.13.10); FILE MERGED
2008/04/25 15:01:28 iha 1.13.10.1: #i88742# make default lines a bit stronger for line charts
This commit is contained in:
parent
8328f15968
commit
84db93cc89
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: ScatterChartTypeTemplate.cxx,v $
|
||||
* $Revision: 1.13 $
|
||||
* $Revision: 1.14 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -244,6 +244,7 @@ void SAL_CALL ScatterChartTypeTemplate::applyStyle(
|
|||
|
||||
DataSeriesHelper::switchSymbolsOnOrOff( xProp, m_bHasSymbols, nSeriesIndex );
|
||||
DataSeriesHelper::switchLinesOnOrOff( xProp, m_bHasLines );
|
||||
DataSeriesHelper::makeLinesThickOrThin( xProp, m_nDim==2 );
|
||||
}
|
||||
catch( uno::Exception & ex )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue