summaryrefslogtreecommitdiffstats
path: root/extensions/test
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-07 09:26:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-07 19:27:28 +0000
commitc9be2744d8ebe673d9cd4b0b7b680565bc544329 (patch)
tree23fd666cfefe4dc9e70d557e9890fe02b87b6d80 /extensions/test
parenttdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-up (diff)
downloadcore-c9be2744d8ebe673d9cd4b0b7b680565bc544329.tar.gz
core-c9be2744d8ebe673d9cd4b0b7b680565bc544329.zip
cppcheck: noExplicitConstructor
Change-Id: Ifdcb1cc12645d6cdba81d16f94f0268696187cde Reviewed-on: https://gerrit.libreoffice.org/21201 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/OleClient/axhost.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/OleClient/axhost.hxx b/extensions/test/ole/OleClient/axhost.hxx
index ea62befd2754..759b6eff4bba 100644
--- a/extensions/test/ole/OleClient/axhost.hxx
+++ b/extensions/test/ole/OleClient/axhost.hxx
@@ -32,7 +32,7 @@ class HostWin: public CWindowImpl<HostWin, CWindow,
CComBSTR controlName;
CComPtr<IUnknown> spControl;
public:
- HostWin(LPWSTR progid);
+ explicit HostWin(LPWSTR progid);
~HostWin();