summaryrefslogtreecommitdiff
path: root/include/editeng/fwdtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/fwdtitem.hxx')
-rw-r--r--include/editeng/fwdtitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx
index a79de4b2b495..00e146913360 100644
--- a/include/editeng/fwdtitem.hxx
+++ b/include/editeng/fwdtitem.hxx
@@ -55,7 +55,7 @@ public:
virtual void ScaleMetrics( long nMult, long nDiv ) override;
virtual bool HasMetrics() const override;
- inline SvxFontWidthItem& operator=(const SvxFontWidthItem& rItem )
+ SvxFontWidthItem& operator=(const SvxFontWidthItem& rItem )
{
SetWidthValue( rItem.GetWidth() );
SetProp( rItem.GetProp() );