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

Caolán McNamara caolanm at redhat.com
Tue Nov 15 16:35:42 UTC 2016


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

New commits:
commit 21005d0ded0dfb5cf1bd7f4858cba6b6735dd341
Author: Caolán McNamara <caolanm at 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)


More information about the Libreoffice-commits mailing list