From 1e4b1e4a1aca3b333820b0a865997e6f62e80064 Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Wed, 26 Jul 2017 01:13:31 +0530 Subject: Removing unused SfxItemPool serialisation from editeng Change-Id: I051201c272b7acdd48d54cc0c230f8b432196188 Reviewed-on: https://gerrit.libreoffice.org/40429 Reviewed-by: Michael Stahl Tested-by: Jenkins --- include/editeng/flditem.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/editeng/flditem.hxx') diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 66ef6fad2570..728a1dddce61 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -78,8 +78,6 @@ public: virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVer ) const override; - virtual SvStream& Store( SvStream& , sal_uInt16 nItemVersion ) const override; const SvxFieldData* GetField() const { return mxField.get(); } static SvClassManager& GetClassManager(); -- cgit