summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/MultipleChartConverters.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-12-10 15:51:53 +0000
committerBjörn Milcke <bm@openoffice.org>2003-12-10 15:51:53 +0000
commitd7c8b60bb0de91f69381f549979017753471b001 (patch)
treee2dede0ef62d651970c063bf0a0d76bfbb8fac4c /chart2/source/controller/inc/MultipleChartConverters.hxx
parent9745b60069b47d3a5e78c38a5ae221af13b984f3 (diff)
statistics dialog implemented
Diffstat (limited to 'chart2/source/controller/inc/MultipleChartConverters.hxx')
-rw-r--r--chart2/source/controller/inc/MultipleChartConverters.hxx17
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