diff options
Diffstat (limited to 'include/editeng/protitem.hxx')
-rw-r--r-- | include/editeng/protitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/protitem.hxx b/include/editeng/protitem.hxx index 28f82763db41..77d5cb9f4d9f 100644 --- a/include/editeng/protitem.hxx +++ b/include/editeng/protitem.hxx @@ -54,8 +54,6 @@ public: 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; bool IsContentProtected() const { return bCntnt; } bool IsSizeProtected() const { return bSize; } |