diff options
Diffstat (limited to 'editeng/source/items/justifyitem.cxx')
-rw-r--r-- | editeng/source/items/justifyitem.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/editeng/source/items/justifyitem.cxx b/editeng/source/items/justifyitem.cxx index 540d4f244150..70189308800a 100644 --- a/editeng/source/items/justifyitem.cxx +++ b/editeng/source/items/justifyitem.cxx @@ -389,14 +389,6 @@ SfxPoolItem* SvxJustifyMethodItem::Clone( SfxItemPool* ) const } -SfxPoolItem* SvxJustifyMethodItem::Create( SvStream& rStream, sal_uInt16 ) const -{ - sal_uInt16 nVal; - rStream.ReadUInt16( nVal ); - return new SvxJustifyMethodItem( (SvxCellJustifyMethod)nVal, Which() ); -} - - sal_uInt16 SvxJustifyMethodItem::GetValueCount() const { return (sal_uInt16)SvxCellJustifyMethod::Distribute + 1; // Last Enum value + 1 |