From 27da558d7c1fe45b58d0bcc28b961fabbc5f2f1a Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sun, 7 Jan 2018 07:53:05 +0100 Subject: 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 Tested-by: Jenkins --- connectivity/source/inc/java/sql/Connection.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity') 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; -- cgit