summaryrefslogtreecommitdiff
path: root/editeng/source/items/writingmodeitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/writingmodeitem.cxx')
-rw-r--r--editeng/source/items/writingmodeitem.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/editeng/source/items/writingmodeitem.cxx b/editeng/source/items/writingmodeitem.cxx
index c3a53475d635..749eac131e05 100644
--- a/editeng/source/items/writingmodeitem.cxx
+++ b/editeng/source/items/writingmodeitem.cxx
@@ -48,18 +48,6 @@ SfxPoolItem* SvxWritingModeItem::Clone( SfxItemPool * ) const
return new SvxWritingModeItem( *this );
}
-SfxPoolItem* SvxWritingModeItem::Create( SvStream & , sal_uInt16 ) const
-{
- OSL_FAIL("SvxWritingModeItem should not be streamed!");
- return nullptr;
-}
-
-SvStream& SvxWritingModeItem::Store( SvStream & rStrm, sal_uInt16 ) const
-{
- OSL_FAIL("SvxWritingModeItem should not be streamed!");
- return rStrm;
-}
-
sal_uInt16 SvxWritingModeItem::GetVersion( sal_uInt16 /*nFVer*/ ) const
{
return USHRT_MAX;