diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-22 20:12:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-22 21:16:18 +0100 |
commit | 442ab9ceeef471a0d08a97c5d248808e2cb03e2f (patch) | |
tree | 44a28cf8466f15163d265ea1b84de0f1e1d4c459 /dbaccess/source/ui/querydesign/querycontroller.cxx | |
parent | a6c47236a4c3708398d403abf940f567d15da0a6 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ib80e7f6d055bead246db3028b4eab6edfabe3d2c
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |