summaryrefslogtreecommitdiff
path: root/include/editeng/nhypitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/nhypitem.hxx')
-rw-r--r--include/editeng/nhypitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx
index 3c5109b43c06..fe7a33678c49 100644
--- a/include/editeng/nhypitem.hxx
+++ b/include/editeng/nhypitem.hxx
@@ -39,7 +39,7 @@ public:
MapUnit ePresMetric,
OUString &rText, const IntlWrapper * = nullptr ) const override;
- inline SvxNoHyphenItem& operator=(const SvxNoHyphenItem& rNHH)
+ SvxNoHyphenItem& operator=(const SvxNoHyphenItem& rNHH)
{
SetValue( rNHH.GetValue() );
return *this;