summaryrefslogtreecommitdiff
path: root/include/editeng/charreliefitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charreliefitem.hxx')
-rw-r--r--include/editeng/charreliefitem.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/editeng/charreliefitem.hxx b/include/editeng/charreliefitem.hxx
index 5284040fcb86..fd6607070852 100644
--- a/include/editeng/charreliefitem.hxx
+++ b/include/editeng/charreliefitem.hxx
@@ -53,12 +53,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;
-
- SvxCharReliefItem& operator=( const SvxCharReliefItem& rItem )
- {
- SetValue( rItem.GetValue() );
- return *this;
- }
};
#endif