summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/StatisticsItemConverter.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-12-17 15:43:22 +0000
committerBjörn Milcke <bm@openoffice.org>2003-12-17 15:43:22 +0000
commit7eafbb8ad2e1e0f0b967fd912def118c5d660776 (patch)
tree1696b061fffc5965dbe59cd0ffe4b547d65bcae6 /chart2/source/controller/inc/StatisticsItemConverter.hxx
parent10d693aaef09346d3bdec9158ff477706ac524e3 (diff)
regression curves reimplemented
Diffstat (limited to 'chart2/source/controller/inc/StatisticsItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/StatisticsItemConverter.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/StatisticsItemConverter.hxx b/chart2/source/controller/inc/StatisticsItemConverter.hxx
index d2342c186e53..fded4b4f6c3f 100644
--- a/chart2/source/controller/inc/StatisticsItemConverter.hxx
+++ b/chart2/source/controller/inc/StatisticsItemConverter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: StatisticsItemConverter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bm $ $Date: 2003-12-10 14:55:57 $
+ * last change: $Author: bm $ $Date: 2003-12-17 16:43:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#ifndef CHART_STATISTICSITEMCONVERTER_HXX
#define CHART_STATISTICSITEMCONVERTER_HXX
+#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
+#include <com/sun/star/frame/XModel.hpp>
+#endif
+
#include "ItemConverter.hxx"
#include "GraphicPropertyItemConverter.hxx"
#include "chartview/NumberFormatterWrapper.hxx"
@@ -80,6 +84,8 @@ class StatisticsItemConverter :
public:
StatisticsItemConverter(
const ::com::sun::star::uno::Reference<
+ ::com::sun::star::frame::XModel > & xChartModel,
+ const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & rPropertySet,
SfxItemPool& rItemPool );
virtual ~StatisticsItemConverter();
@@ -92,6 +98,10 @@ protected:
throw( ::com::sun::star::uno::Exception );
virtual bool ApplySpecialItem( USHORT nWhichId, const SfxItemSet & rItemSet )
throw( ::com::sun::star::uno::Exception );
+
+private:
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::frame::XModel > m_xModel;
};
} // namespace wrapper