summaryrefslogtreecommitdiff
path: root/include/editeng/frmdiritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/frmdiritem.hxx')
-rw-r--r--include/editeng/frmdiritem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx
index 7cc444c42d10..c1b6b36134fb 100644
--- a/include/editeng/frmdiritem.hxx
+++ b/include/editeng/frmdiritem.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 SvxFrameDirectionItem& operator=( const SvxFrameDirectionItem& rItem )
+ SvxFrameDirectionItem& operator=( const SvxFrameDirectionItem& rItem )
{
SetValue( rItem.GetValue() );
return *this;