diff options
Diffstat (limited to 'include/editeng/orphitem.hxx')
-rw-r--r-- | include/editeng/orphitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/orphitem.hxx b/include/editeng/orphitem.hxx index f0bb668f86ea..8998056f02d1 100644 --- a/include/editeng/orphitem.hxx +++ b/include/editeng/orphitem.hxx @@ -48,7 +48,7 @@ public: MapUnit ePresMetric, OUString &rText, const IntlWrapper * = nullptr ) const override; - inline SvxOrphansItem& operator=( const SvxOrphansItem& rOrphans ) + SvxOrphansItem& operator=( const SvxOrphansItem& rOrphans ) { SetValue( rOrphans.GetValue() ); return *this; |