diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-15 14:08:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-15 14:08:23 +0200 |
commit | 86051d87cd1762fe77099862674d7831e3322cce (patch) | |
tree | 941fbd3eeb71ba83924f5198d18f168f2e4058e3 /connectivity | |
parent | dcf6abfcdf3f4b7aec5796c9f6c806889328135f (diff) |
fix build
after commit 8066c73940a30e97d8634655ea39d73fa8cf3c20
"cppcheck: noExplicitConstructor"
Change-Id: I2caf2f5d0679e46cee5637d3090dd5a7bee5d25b
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MStatement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/MStatement.hxx b/connectivity/source/drivers/mozab/MStatement.hxx index b6ce3eb82e8e..28bffc1396f9 100644 --- a/connectivity/source/drivers/mozab/MStatement.hxx +++ b/connectivity/source/drivers/mozab/MStatement.hxx @@ -189,7 +189,7 @@ namespace connectivity ~OStatement(){} public: // a constructor, for when the object needs to be returned: - expliit OStatement( OConnection* _pConnection) : OCommonStatement( _pConnection){} + explicit OStatement( OConnection* _pConnection) : OCommonStatement( _pConnection){} DECLARE_SERVICE_INFO(); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); |