From 8b3fcb6a4f80e803586120535768745f6637b34d Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Fri, 11 Aug 2017 10:01:25 +0530 Subject: Removing unused SfxItemPool serialisation from svx Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1 Reviewed-on: https://gerrit.libreoffice.org/41000 Tested-by: Jenkins Reviewed-by: Michael Stahl --- include/svx/e3ditem.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/e3ditem.hxx') diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx index 66565e27d264..57ccdb1f581e 100644 --- a/include/svx/e3ditem.hxx +++ b/include/svx/e3ditem.hxx @@ -37,8 +37,6 @@ public: virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override; - virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; -- cgit