summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-02 11:00:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-02 11:00:01 +0000
commit7c2bfa001d89cbd6c6deb4d1438f7675aaed337d (patch)
tree301cb6b6544cc1a7799602ffcdf0b81b83e034e9 /chart2
parentINTEGRATION: CWS chart27 (1.12.30); FILE MERGED (diff)
downloadcore-7c2bfa001d89cbd6c6deb4d1438f7675aaed337d.tar.gz
core-7c2bfa001d89cbd6c6deb4d1438f7675aaed337d.zip
INTEGRATION: CWS chart27 (1.9.30); FILE MERGED
2008/06/16 09:24:26 iha 1.9.30.1: #i85439# Column and Line Chart are not build correct
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/template/ColumnLineChartTypeTemplate.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx
index 5ad019a76726..4c861a07820a 100644
--- a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx
+++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ColumnLineChartTypeTemplate.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -84,6 +84,12 @@ protected:
::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartType > >& aFormerlyUsedChartTypes )
throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL applyStyle(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& xSeries,
+ ::sal_Int32 nChartTypeGroupIndex,
+ ::sal_Int32 nSeriesIndex,
+ ::sal_Int32 nSeriesCount )
+ throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataInterpreter > SAL_CALL getDataInterpreter()
throw (::com::sun::star::uno::RuntimeException);