summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcolor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcolor.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpcolor.cxx9
1 files changed, 0 insertions, 9 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: */