From 0a3c6b958f6fc184d3f3783ba6511de864a7b8ff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Aug 2011 09:34:01 +0100 Subject: callcatcher: remove unused methods --- svx/inc/svx/chrtitem.hxx | 1 - svx/inc/svx/e3ditem.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/svx/chrtitem.hxx b/svx/inc/svx/chrtitem.hxx index 71bf1dfeda90..194d43133931 100644 --- a/svx/inc/svx/chrtitem.hxx +++ b/svx/inc/svx/chrtitem.hxx @@ -319,7 +319,6 @@ class SVX_DLLPUBLIC SvxDoubleItem : public SfxPoolItem public: TYPEINFO(); SvxDoubleItem(double fValue /*= 0.0*/, sal_uInt16 nId ); - SvxDoubleItem(SvStream& rIn, sal_uInt16 nId ); SvxDoubleItem(const SvxDoubleItem& rItem); virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const; diff --git a/svx/inc/svx/e3ditem.hxx b/svx/inc/svx/e3ditem.hxx index c2a37462696a..cb5c48c70afc 100644 --- a/svx/inc/svx/e3ditem.hxx +++ b/svx/inc/svx/e3ditem.hxx @@ -46,7 +46,6 @@ public: TYPEINFO(); SvxB3DVectorItem(); SvxB3DVectorItem( sal_uInt16 nWhich, const basegfx::B3DVector& rVal ); - SvxB3DVectorItem( sal_uInt16 nWhich, SvStream & ); SvxB3DVectorItem( const SvxB3DVectorItem& ); ~SvxB3DVectorItem(); -- cgit