summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpcolor.cxx9
-rw-r--r--lotuswordpro/source/filter/lwpcolor.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/lotuswordpro/source/filter/lwpcolor.cxx b/lotuswordpro/source/filter/lwpcolor.cxx
index bf76a5a372a7..b475ed365a9a 100644
--- a/lotuswordpro/source/filter/lwpcolor.cxx
+++ b/lotuswordpro/source/filter/lwpcolor.cxx
@@ -137,14 +137,5 @@ void LwpColor::ResolveRGB()
m_nBlue = 0;
}
}
-LwpColor& LwpColor::operator = (const LwpColor& rOther)
-{
- m_nRed = rOther.m_nRed;
- m_nGreen = rOther.m_nGreen;
- m_nBlue = rOther.m_nBlue;
- m_nExtra = rOther.m_nExtra;
-
- return *this;
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/lwpcolor.hxx b/lotuswordpro/source/filter/lwpcolor.hxx
index 1b07baffea12..61d7beb1e06e 100644
--- a/lotuswordpro/source/filter/lwpcolor.hxx
+++ b/lotuswordpro/source/filter/lwpcolor.hxx
@@ -79,7 +79,6 @@ public:
sal_uInt16 GetBlue();
bool IsValidColor();
sal_uInt32 To24Color();
- LwpColor& operator = (const LwpColor& rOther);
bool IsTransparent();
private:
sal_uInt16 m_nRed; // When extra is AGLRGB_INDEX, m_nRed holds the