summaryrefslogtreecommitdiff
path: root/include/editeng/charscaleitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charscaleitem.hxx')
-rw-r--r--include/editeng/charscaleitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/charscaleitem.hxx b/include/editeng/charscaleitem.hxx
index 1a18f30e1393..cd116334d005 100644
--- a/include/editeng/charscaleitem.hxx
+++ b/include/editeng/charscaleitem.hxx
@@ -51,13 +51,6 @@ public:
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
-
- SvxCharScaleWidthItem& operator=(const SvxCharScaleWidthItem& rItem )
- {
- SetValue( rItem.GetValue() );
- return *this;
- }
-
};
#endif