diff options
Diffstat (limited to 'include/editeng/wghtitem.hxx')
-rw-r--r-- | include/editeng/wghtitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx index eaa11698e337..1dbd1e875cd3 100644 --- a/include/editeng/wghtitem.hxx +++ b/include/editeng/wghtitem.hxx @@ -59,7 +59,7 @@ public: virtual bool GetBoolValue() const override; virtual void SetBoolValue( bool bVal ) override; - inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) { + SvxWeightItem& operator=(const SvxWeightItem& rWeight) { SetValue( rWeight.GetValue() ); return *this; } |