diff options
Diffstat (limited to 'include/editeng/shdditem.hxx')
-rw-r--r-- | include/editeng/shdditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/shdditem.hxx b/include/editeng/shdditem.hxx index 82221b6b0845..2c8e21f806ab 100644 --- a/include/editeng/shdditem.hxx +++ b/include/editeng/shdditem.hxx @@ -49,7 +49,7 @@ public: MapUnit ePresMetric, OUString &rText, const IntlWrapper * = nullptr ) const override; - inline SvxShadowedItem& operator=(const SvxShadowedItem& rShadow) { + SvxShadowedItem& operator=(const SvxShadowedItem& rShadow) { SetValue(rShadow.GetValue()); return *this; } |