summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-13 09:56:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-13 10:17:26 +0000
commit8325fcb56d014c12f35808ae6ad17f68b7a1cdd2 (patch)
tree295fe60b2a4926f1f76e734a59bd08d6601ec386 /sc/workben
parent5a616ca96c41b1e3d6dc2bca370f0797dfef7511 (diff)
cppcheck: noExplicitConstructor
Change-Id: Ife26f55c28c4631aec4ba4105225bfca72da8bff
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index a3ebd5966e9b..a97442b182de 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -89,7 +89,7 @@ private:
FixedText* pFixedText;
public:
- expliciti ScTestListener(FixedText* pF);
+ explicit ScTestListener(FixedText* pF);
virtual ~ScTestListener();
SMART_UNO_DECLARATION( ScTestListener, UsrObject );