diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-11 10:01:25 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-11 11:48:09 +0200 |
commit | 8b3fcb6a4f80e803586120535768745f6637b34d (patch) | |
tree | 63239549f1977207b204641c4ca5c1ae21351686 /include/svx/e3ditem.hxx | |
parent | f78aadea74b99ba71f930c7cf52352da9ee965e9 (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 'include/svx/e3ditem.hxx')
-rw-r--r-- | include/svx/e3ditem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |