From d2df03574023b379ac09b1f71cae9e3ba3ac53e2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Nov 2015 14:15:47 +0200 Subject: loplugin:unusedfields Change-Id: Ife94d488ead512abc6d137a0df74298bac67185d --- connectivity/source/inc/java/sql/JStatement.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity/source/inc/java') diff --git a/connectivity/source/inc/java/sql/JStatement.hxx b/connectivity/source/inc/java/sql/JStatement.hxx index bf4c44e0b51d..b8974f7c2daf 100644 --- a/connectivity/source/inc/java/sql/JStatement.hxx +++ b/connectivity/source/inc/java/sql/JStatement.hxx @@ -86,7 +86,6 @@ namespace connectivity sal_Int32 m_nResultSetConcurrency; sal_Int32 m_nResultSetType; bool m_bEscapeProcessing; - ::cppu::OBroadcastHelper& rBHelper; // Static data for the class -- cgit