summaryrefslogtreecommitdiff
path: root/include/editeng/protitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/protitem.hxx')
-rw-r--r--include/editeng/protitem.hxx2
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; }