[Libreoffice-commits] core.git: connectivity/source

Noel Grandin noel at peralex.com
Mon Jun 15 05:09:47 PDT 2015


 connectivity/source/drivers/mozab/MStatement.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86051d87cd1762fe77099862674d7831e3322cce
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jun 15 14:08:23 2015 +0200

    fix build
    
    after commit 8066c73940a30e97d8634655ea39d73fa8cf3c20
    "cppcheck: noExplicitConstructor"
    
    Change-Id: I2caf2f5d0679e46cee5637d3090dd5a7bee5d25b

diff --git a/connectivity/source/drivers/mozab/MStatement.hxx b/connectivity/source/drivers/mozab/MStatement.hxx
index b6ce3eb..28bffc1 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);


More information about the Libreoffice-commits mailing list