summaryrefslogtreecommitdiff
path: root/include/editeng/autokernitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/autokernitem.hxx')
-rw-r--r--include/editeng/autokernitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/autokernitem.hxx b/include/editeng/autokernitem.hxx
index 5704b35c845d..06b47f657190 100644
--- a/include/editeng/autokernitem.hxx
+++ b/include/editeng/autokernitem.hxx
@@ -49,7 +49,7 @@ public:
MapUnit ePresMetric,
OUString &rText, const IntlWrapper * = nullptr ) const override;
- inline SvxAutoKernItem& operator=(const SvxAutoKernItem& rAutoKern)
+ SvxAutoKernItem& operator=(const SvxAutoKernItem& rAutoKern)
{
SetValue( rAutoKern.GetValue() );
return *this;