summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-10-17 22:20:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-10-17 22:22:16 +0200
commit1d43c71138b6bbc83a7ea592bbeff416002902a5 (patch)
treef4bf88ce5f4b8571311dc98bcbc54457c69025e0 /lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
parent4e38096b88817576753c70e2b5219c399a941c9b (diff)
cppcheck fix : 'operator=' should check for assignment to selfw
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfrowstyle.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfrowstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfrowstyle.hxx b/lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
index f97aca90fe41..38aa6491a6f5 100644
--- a/lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfrowstyle.hxx
@@ -69,7 +69,7 @@ class XFRowStyle : public XFStyle
{
public:
XFRowStyle();
- XFRowStyle& operator=(XFRowStyle& other);
+ XFRowStyle& operator=(XFRowStyle const &other);
public:
void SetRowHeight(double height);