diff options
Diffstat (limited to 'include/editeng/fhgtitem.hxx')
-rw-r--r-- | include/editeng/fhgtitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/fhgtitem.hxx b/include/editeng/fhgtitem.hxx index 552f7807b13a..ac021bcca0b3 100644 --- a/include/editeng/fhgtitem.hxx +++ b/include/editeng/fhgtitem.hxx @@ -64,7 +64,7 @@ public: virtual void ScaleMetrics( long nMult, long nDiv ) override; virtual bool HasMetrics() const override; - inline SvxFontHeightItem& operator=(const SvxFontHeightItem& rSize) + SvxFontHeightItem& operator=(const SvxFontHeightItem& rSize) { DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" ); nHeight = rSize.nHeight; |