summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/odbcconfig.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-20 13:06:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-20 14:26:54 +0100
commit75938aff3848edb9fc705a70d79e9221b2c05c3a (patch)
treecfc18316289dd6bba97c411680860ee8f65af80b /dbaccess/source/ui/dlg/odbcconfig.hxx
parentba9e005e71dbe71319d2ee5ab46495c26044454b (diff)
cppcheck: noExplicitConstructor
Change-Id: I45f2d96c7bd558405d0b5dfea3beb97ad720a82b
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index 1631b714be6c..3da0b739f575 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -108,7 +108,7 @@ class OOdbcManagement
Link<> m_aAsyncFinishCallback;
public:
- OOdbcManagement( const Link<>& _rAsyncFinishCallback );
+ explicit OOdbcManagement( const Link<>& _rAsyncFinishCallback );
~OOdbcManagement();
bool manageDataSources_async();