diff options
Diffstat (limited to 'editeng/source/items/writingmodeitem.cxx')
-rw-r--r-- | editeng/source/items/writingmodeitem.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/items/writingmodeitem.cxx b/editeng/source/items/writingmodeitem.cxx index d4cd8a385d3b..25e6bfb1cb22 100644 --- a/editeng/source/items/writingmodeitem.cxx +++ b/editeng/source/items/writingmodeitem.cxx @@ -105,10 +105,4 @@ bool SvxWritingModeItem::QueryValue( css::uno::Any& rVal, return true; } -SvxWritingModeItem& SvxWritingModeItem::operator=( const SvxWritingModeItem& rItem ) -{ - SetValue( static_cast<sal_uInt16>(rItem.GetValue()) ); - return *this; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |