diff options
Diffstat (limited to 'include/editeng/justifyitem.hxx')
-rw-r--r-- | include/editeng/justifyitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx index 0b04ab39510b..3f51d0dde129 100644 --- a/include/editeng/justifyitem.hxx +++ b/include/editeng/justifyitem.hxx @@ -107,7 +107,6 @@ public: virtual sal_uInt16 GetValueCount() const override; static OUString GetValueText( sal_uInt16 nVal ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nVer ) const override; SvxJustifyMethodItem& operator=(const SvxJustifyMethodItem& r); }; |