From 38984e9351a0230b0a56fb7277f7b19722350d8d Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Fri, 11 Aug 2017 22:40:31 +0530 Subject: Removing unused SfxItemPool serialisation from svx Change-Id: I778ae09c4b0fd3e18a37db4aa3f2affda2c8e86c Reviewed-on: https://gerrit.libreoffice.org/41053 Tested-by: Jenkins Reviewed-by: Michael Stahl --- include/svx/sdangitm.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svx/sdangitm.hxx') diff --git a/include/svx/sdangitm.hxx b/include/svx/sdangitm.hxx index b923772cbe57..9e43df6b98e0 100644 --- a/include/svx/sdangitm.hxx +++ b/include/svx/sdangitm.hxx @@ -28,9 +28,7 @@ class SVX_DLLPUBLIC SdrAngleItem: public SfxInt32Item { public: SdrAngleItem(sal_uInt16 nId, sal_Int32 nAngle): SfxInt32Item(nId,nAngle) {} - SdrAngleItem(sal_uInt16 nId, SvStream& rIn): SfxInt32Item(nId,rIn) {} virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override; - virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override; virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, -- cgit