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

Stephan Bergmann sbergman at redhat.com
Tue Nov 15 13:46:18 UTC 2016


 connectivity/source/drivers/evoab2/NStatement.cxx |    2 +-
 sc/source/filter/oox/pagesettings.cxx             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1c154c84d25866cf8c5ab1a55973548e52268504
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 14:42:44 2016 +0100

    Spurious whitespace at end of line
    
    Change-Id: I684f8ad46527ce13b8c19a52265af3a581dca6cb

diff --git a/sc/source/filter/oox/pagesettings.cxx b/sc/source/filter/oox/pagesettings.cxx
index 1cfe945..5af216a 100644
--- a/sc/source/filter/oox/pagesettings.cxx
+++ b/sc/source/filter/oox/pagesettings.cxx
@@ -425,7 +425,7 @@ private:
 
 private:
     typedef ::std::vector< HFPortionInfo >  HFPortionInfoVec;
- 
+
     const OUString      maPageNumberService;
     const OUString      maPageCountService;
     const OUString      maSheetNameService;
commit 7ab84fab539fd3619894536815e19fd24af87a6b
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Nov 15 15:41:23 2016 +0200

    fix build
    
    after commit 0d051730156f633150fa9e3107fe97cf7be6d8f9
        Author: Noel Grandin <noel.grandin at collabora.co.uk>
        Date:   Tue Nov 15 09:13:33 2016 +0200
        loplugin:constantparam
    
    Change-Id: Ia3e761168043e5a8d22793689e9f224a85a6b7ca

diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index 98dd28a..4cad191 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -75,7 +75,7 @@ OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)
     , m_xResultSet(nullptr)
     , m_pConnection(_pConnection)
     , m_aParser(_pConnection->getDriver().getComponentContext())
-    , m_aSQLIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser, nullptr )
+    , m_aSQLIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser )
     , m_pParseTree(nullptr)
     , m_nMaxFieldSize(0)
     , m_nMaxRows(0)


More information about the Libreoffice-commits mailing list