diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-11 22:40:31 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-14 11:31:28 +0200 |
commit | 38984e9351a0230b0a56fb7277f7b19722350d8d (patch) | |
tree | ec119b1b4d5ff561d74fc8c539e356d46b00f8ad /include/svx/xftshit.hxx | |
parent | eee6d1a90dd74808fb7825102c4ee38ea4919cbf (diff) |
Removing unused SfxItemPool serialisation from svx
Change-Id: I778ae09c4b0fd3e18a37db4aa3f2affda2c8e86c
Reviewed-on: https://gerrit.libreoffice.org/41053
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/xftshit.hxx')
-rw-r--r-- | include/svx/xftshit.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/xftshit.hxx b/include/svx/xftshit.hxx index 7f8518660fb2..a803970a8826 100644 --- a/include/svx/xftshit.hxx +++ b/include/svx/xftshit.hxx @@ -36,9 +36,7 @@ public: static SfxPoolItem* CreateDefault(); XFormTextShadowItem(XFormTextShadow = XFormTextShadow::NONE); - XFormTextShadowItem(SvStream& rIn); virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; - virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override; virtual sal_uInt16 GetValueCount() const override; // #FontWork# virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; |