From e2a7cb31ed5b413ea2f846d0a5c562d1ad97195a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 18 Oct 2015 07:53:51 +0200 Subject: cppcheck:noExplicitConstructor Change-Id: I2b68ba9e8caf7971efbba094ef060e72541bdccf Reviewed-on: https://gerrit.libreoffice.org/19426 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- comphelper/source/xml/ofopxmlhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx index 838072ae5db9..7b98dfb455e7 100644 --- a/comphelper/source/xml/ofopxmlhelper.cxx +++ b/comphelper/source/xml/ofopxmlhelper.cxx @@ -68,7 +68,7 @@ class OFOPXMLHelper_Impl public: ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair > > GetParsingResult(); - OFOPXMLHelper_Impl( sal_uInt16 nFormat ); // must not be created directly + explicit OFOPXMLHelper_Impl( sal_uInt16 nFormat ); // must not be created directly virtual ~OFOPXMLHelper_Impl(); // XDocumentHandler -- cgit