summaryrefslogtreecommitdiff
path: root/include/editeng/charsetcoloritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charsetcoloritem.hxx')
-rw-r--r--include/editeng/charsetcoloritem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/charsetcoloritem.hxx b/include/editeng/charsetcoloritem.hxx
index 5a1b86f7b06a..33ff2c2fa522 100644
--- a/include/editeng/charsetcoloritem.hxx
+++ b/include/editeng/charsetcoloritem.hxx
@@ -46,13 +46,6 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
rtl_TextEncoding GetCharSet() const { return eFrom; }
-
- SvxCharSetColorItem& operator=(const SvxCharSetColorItem& rColor)
- {
- SetValue( rColor.GetValue() );
- eFrom = rColor.GetCharSet();
- return *this;
- }
};
#endif