summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/StatisticsItemConverter.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-12-10 13:55:57 +0000
committerBjörn Milcke <bm@openoffice.org>2003-12-10 13:55:57 +0000
commitcd45b8ccb95fd5eda8823cd35e4c04455f0969aa (patch)
tree5b6e7280be5741894c6487486de05e6a39cd8ef6 /chart2/source/controller/inc/StatisticsItemConverter.hxx
parent3c2c3b5e2c9c1b01c6ac2ce384892b49d81d52b6 (diff)
sub-converters removed
Diffstat (limited to 'chart2/source/controller/inc/StatisticsItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/StatisticsItemConverter.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/chart2/source/controller/inc/StatisticsItemConverter.hxx b/chart2/source/controller/inc/StatisticsItemConverter.hxx
index 906888fae3e5..d2342c186e53 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-12-09 16:26:47 $
+ * last change: $Author: bm $ $Date: 2003-12-10 14:55:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,9 +84,6 @@ public:
SfxItemPool& rItemPool );
virtual ~StatisticsItemConverter();
- virtual void FillItemSet( SfxItemSet & rOutItemSet ) const;
- virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
-
protected:
virtual const USHORT * GetWhichPairs() const;
virtual bool GetItemPropertyName( USHORT nWhichId, ::rtl::OUString & rOutName ) const;
@@ -95,9 +92,6 @@ protected:
throw( ::com::sun::star::uno::Exception );
virtual bool ApplySpecialItem( USHORT nWhichId, const SfxItemSet & rItemSet )
throw( ::com::sun::star::uno::Exception );
-
-private:
- ::std::vector< ItemConverter * > m_aConverters;
};
} // namespace wrapper