summaryrefslogtreecommitdiff
path: root/include/svx/zoomslideritem.hxx
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 /include/svx/zoomslideritem.hxx
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 'include/svx/zoomslideritem.hxx')
-rw-r--r--include/svx/zoomslideritem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/zoomslideritem.hxx b/include/svx/zoomslideritem.hxx
index a2b6988f1d21..0bff42560dc6 100644
--- a/include/svx/zoomslideritem.hxx
+++ b/include/svx/zoomslideritem.hxx
@@ -46,8 +46,6 @@ public:
// "purely virtual methods" from the SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) const override;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const override; // leer
- virtual SvStream& Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const override; // leer
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;
};