summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-07 09:12:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-07 09:56:07 +0100
commitb0f3024304bf4e7d9efcb539a49394945f052a51 (patch)
tree7d8a1a656f4d710dbeac848834c400f03a55d5d2 /lotuswordpro/source
parent7ac8939cc8e7599cca3de27c8f8dc9fd9f2e2185 (diff)
cppcheck: noExplicitCopyMoveConstructor
Change-Id: I8718ddd144bec48541e6412a8c9feb74d9391ecc
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.hxx b/lotuswordpro/source/filter/lwpoverride.hxx
index 0b6e9c678684..ec59247b0b97 100644
--- a/lotuswordpro/source/filter/lwpoverride.hxx
+++ b/lotuswordpro/source/filter/lwpoverride.hxx
@@ -91,7 +91,7 @@ public:
void Override(sal_uInt16 nBits, STATE eState);
protected:
- LwpOverride(LwpOverride const& rOther);
+ explicit LwpOverride(LwpOverride const& rOther);
private:
LwpOverride& operator=(LwpOverride const& rOther) SAL_DELETED_FUNCTION;