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

New commits:
commit 86051d87cd1762fe77099862674d7831e3322cce
Author: Noel Grandin <n...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to