From 3c68751f6beecccda7857e414b39c8cc8db6e57a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Sep 2015 10:43:33 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4 --- extensions/source/abpilot/typeselectionpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/abpilot/typeselectionpage.hxx') diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx index d5f13a880aed..a8c1830145d8 100644 --- a/extensions/source/abpilot/typeselectionpage.hxx +++ b/extensions/source/abpilot/typeselectionpage.hxx @@ -61,7 +61,7 @@ namespace abp ::std::vector< ButtonItem > m_aAllTypes; public: - TypeSelectionPage( OAddessBookSourcePilot* _pParent ); + explicit TypeSelectionPage( OAddessBookSourcePilot* _pParent ); virtual ~TypeSelectionPage(); virtual void dispose() SAL_OVERRIDE; -- cgit