summaryrefslogtreecommitdiff
path: root/include/editeng/hngpnctitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/hngpnctitem.hxx')
-rw-r--r--include/editeng/hngpnctitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/hngpnctitem.hxx b/include/editeng/hngpnctitem.hxx
index 9c0736dc47d4..dea50716f29d 100644
--- a/include/editeng/hngpnctitem.hxx
+++ b/include/editeng/hngpnctitem.hxx
@@ -42,13 +42,6 @@ public:
MapUnit ePresMetric,
OUString &rText,
const IntlWrapper& ) const override;
-
- SvxHangingPunctuationItem& operator=(
- const SvxHangingPunctuationItem& rItem )
- {
- SetValue( rItem.GetValue() );
- return *this;
- }
};
#endif