summaryrefslogtreecommitdiff
path: root/include/editeng/charrotateitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charrotateitem.hxx')
-rw-r--r--include/editeng/charrotateitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index 2ab87f22aaa5..95e86c3a01aa 100644
--- a/include/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
@@ -57,7 +57,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 SvxCharRotateItem& operator=( const SvxCharRotateItem& rItem )
+ SvxCharRotateItem& operator=( const SvxCharRotateItem& rItem )
{
SetValue( rItem.GetValue() );
SetFitToLine( rItem.IsFitToLine() );