From 4ea0390faa22037f1d4f703c0882a027cf2ae643 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Nov 2015 09:52:33 +0000 Subject: cppcheck: noExplicitConstructor Change-Id: I06186e8f0bbc8522f538e8639a68e816093becc2 --- svl/source/misc/inettype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/misc/inettype.cxx b/svl/source/misc/inettype.cxx index 9934f12959c2..596536c450e8 100644 --- a/svl/source/misc/inettype.cxx +++ b/svl/source/misc/inettype.cxx @@ -63,7 +63,7 @@ struct ExtensionMapEntry { INetContentType m_eTypeID; - ExtensionMapEntry(INetContentType const eTypeID) + explicit ExtensionMapEntry(INetContentType const eTypeID) : m_eTypeID(eTypeID) {} }; -- cgit