summaryrefslogtreecommitdiff
path: root/include/editeng/writingmodeitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/writingmodeitem.hxx')
-rw-r--r--include/editeng/writingmodeitem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/writingmodeitem.hxx b/include/editeng/writingmodeitem.hxx
index 55a0d5e2e9ea..2210a443a940 100644
--- a/include/editeng/writingmodeitem.hxx
+++ b/include/editeng/writingmodeitem.hxx
@@ -35,8 +35,6 @@ public:
SvxWritingModeItem& operator=( const SvxWritingModeItem& rItem );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
- virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const override;
virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
css::text::WritingMode GetValue() const { return (css::text::WritingMode)SfxUInt16Item::GetValue(); }