diff options
Diffstat (limited to 'include/editeng/lcolitem.hxx')
-rw-r--r-- | include/editeng/lcolitem.hxx | 2 |
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))); } |