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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx
index 2e6a9f39b6f7..b05569f0599f 100644
--- a/include/editeng/nhypitem.hxx
+++ b/include/editeng/nhypitem.hxx
@@ -36,12 +36,6 @@ public:
MapUnit eCoreMetric,
MapUnit ePresMetric,
OUString &rText, const IntlWrapper& ) const override;
-
- SvxNoHyphenItem& operator=(const SvxNoHyphenItem& rNHH)
- {
- SetValue( rNHH.GetValue() );
- return *this;
- }
};
#endif