135360
From 933887a5b1c5d9c07d76ab8af16bac317b02d579 Mon Sep 17 00:00:00 2001
135360
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
135360
Date: Wed, 24 Jun 2015 17:35:37 +0100
135360
Subject: [PATCH 058/398] cppcheck: noExplicitConstructor
135360
135360
(cherry picked from commit df5ec49bcaa57aa0a137db45d7c0766733f7e508)
135360
135360
Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11
135360
---
135360
 desktop/source/lib/init.cxx | 2 +-
135360
 1 file changed, 1 insertion(+), 1 deletion(-)
135360
135360
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
135360
index 39a1fbffc533..aa8e27c7f48f 100644
135360
--- a/desktop/source/lib/init.cxx
135360
+++ b/desktop/source/lib/init.cxx
135360
@@ -239,7 +239,7 @@ struct LibLODocument_Impl : public _LibreOfficeKitDocument
135360
     uno::Reference<css::lang::XComponent> mxComponent;
135360
     shared_ptr< LibreOfficeKitDocumentClass > m_pDocumentClass;
135360
 
135360
-    LibLODocument_Impl(const uno::Reference <css::lang::XComponent> &xComponent) :
135360
+    explicit LibLODocument_Impl(const uno::Reference <css::lang::XComponent> &xComponent) :
135360
         mxComponent( xComponent )
135360
     {
135360
         if (!(m_pDocumentClass = gDocumentClass.lock()))
135360
-- 
135360
2.12.0
135360