summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-07 21:30:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-04-07 21:31:01 +0200
commitf53cbe59fb60b144ef59da7123141422ebe674f7 (patch)
treeb1af11739ea9fa25ee9c29d15ee630b1caf77d08 /lotuswordpro
parent41ac8040ab9d16615f7c0a02e8cbd4faf6cba2e0 (diff)
Some cppcheck cleaning
Change-Id: I07ef58fd99bc9fc4fd601570b59f9a3581824aa9
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfstylecont.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
index 7c9a19e72a8e..51def4b9a6c9 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
@@ -71,9 +71,8 @@ XFStyleContainer::XFStyleContainer(const OUString& strStyleNamePrefix)
}
XFStyleContainer::XFStyleContainer(const XFStyleContainer& other):IXFObject(other),
- m_strStyleNamePrefix(other.m_strStyleNamePrefix)
+ m_aStyles(other.m_aStyles), m_strStyleNamePrefix(other.m_strStyleNamePrefix)
{
- this->m_aStyles = other.m_aStyles;
}
XFStyleContainer& XFStyleContainer::operator=(const XFStyleContainer& other)