From 442ab9ceeef471a0d08a97c5d248808e2cb03e2f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Jul 2015 20:12:48 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: Ib80e7f6d055bead246db3028b4eab6edfabe3d2c --- dbaccess/source/ui/querydesign/querycontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx') diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 24ae4e5e1506..d06a78f0c097 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -110,7 +110,7 @@ namespace dbaui } public: - OViewController(const Reference< XComponentContext >& _rM) : OQueryController(_rM){} + explicit OViewController(const Reference< XComponentContext >& _rM) : OQueryController(_rM){} // need by registration static OUString getImplementationName_Static() throw( RuntimeException ) -- cgit