summaryrefslogtreecommitdiffstats
path: root/include/editeng/prszitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/prszitem.hxx')
-rw-r--r--include/editeng/prszitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/prszitem.hxx b/include/editeng/prszitem.hxx
index a786e2976ebd..20cb729505e1 100644
--- a/include/editeng/prszitem.hxx
+++ b/include/editeng/prszitem.hxx
@@ -45,7 +45,7 @@ public:
MapUnit ePresMetric,
OUString &rText, const IntlWrapper * = nullptr ) const override;
- inline SvxPropSizeItem& operator=(const SvxPropSizeItem& rPropSize)
+ SvxPropSizeItem& operator=(const SvxPropSizeItem& rPropSize)
{
SetValue( rPropSize.GetValue() );
return *this;