summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-11 10:01:25 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-11 11:48:09 +0200
commit8b3fcb6a4f80e803586120535768745f6637b34d (patch)
tree63239549f1977207b204641c4ca5c1ae21351686 /svx/source/inc
parentf78aadea74b99ba71f930c7cf52352da9ee965e9 (diff)
Removing unused SfxItemPool serialisation from svx
Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1 Reviewed-on: https://gerrit.libreoffice.org/41000 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmitems.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/fmitems.hxx b/svx/source/inc/fmitems.hxx
index 884fc57e25ad..fd1ce3a6f5a2 100644
--- a/svx/source/inc/fmitems.hxx
+++ b/svx/source/inc/fmitems.hxx
@@ -41,8 +41,6 @@ public:
virtual bool operator==( const SfxPoolItem& ) const override;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
- virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const override;
};
inline FmInterfaceItem& FmInterfaceItem::operator=( const FmInterfaceItem &rCpy )