diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 14:05:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 14:05:06 +0000 |
commit | 794e4546797b09f4945d89e0847cab3127371326 (patch) | |
tree | 75d479f0b76ca760a54f948f3d7eeb7a1badbb89 /chart2/source | |
parent | 76220e246d635235699e595f61b2f3665fc7b9bd (diff) |
INTEGRATION: CWS chart11 (1.16.2); FILE MERGED
2007/08/22 09:01:48 bm 1.16.2.1: #i67225# rename getAllAxis... to getAllAxes... (plural)
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/model/template/ChartTypeTemplate.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 9161b6984a3f..40abdf6123b9 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartTypeTemplate.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2007-07-25 08:53:40 $ + * last change: $Author: vg $ $Date: 2007-09-18 15:05:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -454,7 +454,7 @@ void SAL_CALL ChartTypeTemplate::resetStyles( const Reference< chart2::XDiagram sal_Bool bPercent = (getStackMode(0) == StackMode_Y_STACKED_PERCENT); if( bPercent ) { - Sequence< Reference< chart2::XAxis > > aAxisSeq( AxisHelper::getAllAxisOfDiagram( xDiagram ) ); + Sequence< Reference< chart2::XAxis > > aAxisSeq( AxisHelper::getAllAxesOfDiagram( xDiagram ) ); for( sal_Int32 i=0; i<aAxisSeq.getLength(); ++i ) { if( 1== AxisHelper::getDimensionIndexOfAxis( aAxisSeq[i], xDiagram ) ) |