summaryrefslogtreecommitdiff
path: root/include/svx/zoomslideritem.hxx
diff options
context:
space:
mode:
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;
};