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

Lionel Elie Mamane lionel at mamane.lu
Sun Jan 7 08:31:06 UTC 2018


 connectivity/source/inc/java/sql/Connection.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 27da558d7c1fe45b58d0bcc28b961fabbc5f2f1a
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Jan 7 07:53:05 2018 +0100

    fixup tdf#104986 move named parameters substitution into generic layer
    
    remove now unused class member
    
    Change-Id: I30ffcf60833580a5f0029fa4efef80507d7918df
    Reviewed-on: https://gerrit.libreoffice.org/47524
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx
index 117d502b2c5e..bab9329dfb1c 100644
--- a/connectivity/source/inc/java/sql/Connection.hxx
+++ b/connectivity/source/inc/java/sql/Connection.hxx
@@ -52,7 +52,6 @@ namespace connectivity
         jclass                  m_Driver_theClass;
         java::sql::ConnectionLog
                                 m_aLogger;
-        bool                    m_bParameterSubstitution;
         bool                    m_bIgnoreDriverPrivileges;
         bool                    m_bIgnoreCurrency;
         css::uno::Any           m_aCatalogRestriction;


More information about the Libreoffice-commits mailing list