summaryrefslogtreecommitdiff
path: root/include/editeng/charscaleitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charscaleitem.hxx')
-rw-r--r--include/editeng/charscaleitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charscaleitem.hxx b/include/editeng/charscaleitem.hxx
index 32761e429a69..3c0539031b2a 100644
--- a/include/editeng/charscaleitem.hxx
+++ b/include/editeng/charscaleitem.hxx
@@ -54,7 +54,7 @@ public:
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
- inline SvxCharScaleWidthItem& operator=(const SvxCharScaleWidthItem& rItem )
+ SvxCharScaleWidthItem& operator=(const SvxCharScaleWidthItem& rItem )
{
SetValue( rItem.GetValue() );
return *this;