diff options
Diffstat (limited to 'include/svx/galleryitem.hxx')
-rw-r--r-- | include/svx/galleryitem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/galleryitem.hxx b/include/svx/galleryitem.hxx index db76b18f8150..e3d9cc80c9c2 100644 --- a/include/svx/galleryitem.hxx +++ b/include/svx/galleryitem.hxx @@ -61,9 +61,6 @@ public: // bridge to UNO 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; - // not implemented - virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; - virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override; }; #endif |