diff options
Diffstat (limited to 'include/editeng/wrlmitem.hxx')
-rw-r--r-- | include/editeng/wrlmitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/wrlmitem.hxx b/include/editeng/wrlmitem.hxx index d2195566da22..2459c2557cdb 100644 --- a/include/editeng/wrlmitem.hxx +++ b/include/editeng/wrlmitem.hxx @@ -50,7 +50,7 @@ public: MapUnit ePresMetric, OUString &rText, const IntlWrapper * = nullptr ) const override; - inline SvxWordLineModeItem& operator=( const SvxWordLineModeItem& rWLM ) + SvxWordLineModeItem& operator=( const SvxWordLineModeItem& rWLM ) { SetValue( rWLM.GetValue() ); return *this; |