diff options
Diffstat (limited to 'chart2/source/controller/inc/MultipleChartConverters.hxx')
-rw-r--r-- | chart2/source/controller/inc/MultipleChartConverters.hxx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/MultipleChartConverters.hxx b/chart2/source/controller/inc/MultipleChartConverters.hxx index 81abae2cd0a0..a2ccf8dc3ef3 100644 --- a/chart2/source/controller/inc/MultipleChartConverters.hxx +++ b/chart2/source/controller/inc/MultipleChartConverters.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MultipleChartConverters.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: bm $ $Date: 2003-11-25 13:07:25 $ + * last change: $Author: bm $ $Date: 2003-12-10 16:51:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,6 +122,19 @@ protected: virtual const USHORT * GetWhichPairs() const; }; +class AllSeriesStatisticsConverter : public ::comphelper::MultipleItemConverter +{ +public: + AllSeriesStatisticsConverter( + const ::com::sun::star::uno::Reference< + ::com::sun::star::frame::XModel > & xChartModel, + SfxItemPool& rItemPool ); + virtual ~AllSeriesStatisticsConverter(); + +protected: + virtual const USHORT * GetWhichPairs() const; +}; + } // namespace wrapper } // namespace chart |