connectivity/source/drivers/kab/KStatement.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21005d0ded0dfb5cf1bd7f4858cba6b6735dd341
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Nov 15 16:34:11 2016 +0000

    fix build of kde3 addressbook
    
    Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd

diff --git a/connectivity/source/drivers/kab/KStatement.cxx 
b/connectivity/source/drivers/kab/KStatement.cxx
index dd6f22b..a59070c 100644
--- a/connectivity/source/drivers/kab/KStatement.cxx
+++ b/connectivity/source/drivers/kab/KStatement.cxx
@@ -64,7 +64,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* 
_pConnection )
     : KabCommonStatement_BASE(m_aMutex),
     OPropertySetHelper(KabCommonStatement_BASE::rBHelper),
     m_aParser(_pConnection->getComponentContext()),
-    m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), 
m_aParser, nullptr ),
+    m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), 
m_aParser),
     m_pParseTree(nullptr),
     m_pConnection(_pConnection),
     rBHelper(KabCommonStatement_BASE::rBHelper)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to