summaryrefslogtreecommitdiff
path: root/include/editeng/autokernitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/autokernitem.hxx')
-rw-r--r--include/editeng/autokernitem.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/editeng/autokernitem.hxx b/include/editeng/autokernitem.hxx
index b841f79e0be6..e357b01c0d0b 100644
--- a/include/editeng/autokernitem.hxx
+++ b/include/editeng/autokernitem.hxx
@@ -46,12 +46,6 @@ public:
MapUnit eCoreMetric,
MapUnit ePresMetric,
OUString &rText, const IntlWrapper& ) const override;
-
- SvxAutoKernItem& operator=(const SvxAutoKernItem& rAutoKern)
- {
- SetValue( rAutoKern.GetValue() );
- return *this;
- }
};
#endif