diff options
Diffstat (limited to 'include/editeng/optitems.hxx')
-rw-r--r-- | include/editeng/optitems.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/optitems.hxx b/include/editeng/optitems.hxx index d950d456ed14..7d9dbef070a7 100644 --- a/include/editeng/optitems.hxx +++ b/include/editeng/optitems.hxx @@ -76,8 +76,6 @@ public: OUString &rText, const IntlWrapper& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVer ) const override; - virtual SvStream& Store( SvStream& rStrm, sal_uInt16 ) const override; sal_uInt8 &GetMinLead() { return nMinLead; } sal_uInt8 GetMinLead() const { return nMinLead; } |