summaryrefslogtreecommitdiff
path: root/include/editeng/lcolitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/lcolitem.hxx')
-rw-r--r--include/editeng/lcolitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/lcolitem.hxx b/include/editeng/lcolitem.hxx
index 856f2d8eb70e..28a9e09336e1 100644
--- a/include/editeng/lcolitem.hxx
+++ b/include/editeng/lcolitem.hxx
@@ -41,7 +41,7 @@ public:
const IntlWrapper * pIntlWrapper = nullptr )
const override;
- inline SvxLineColorItem& operator=(const SvxLineColorItem& rColor)
+ SvxLineColorItem& operator=(const SvxLineColorItem& rColor)
{ return static_cast<SvxLineColorItem&>(SvxColorItem::
operator=(static_cast<const SvxColorItem&>(rColor))); }