diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 14:15:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-30 10:34:38 +0200 |
commit | d2df03574023b379ac09b1f71cae9e3ba3ac53e2 (patch) | |
tree | ca17f45377b7b506375b510f1d1733495ea9b170 /connectivity/source/inc/java | |
parent | ffddd4d122433329b454f676f21a2b1ce590a1a7 (diff) |
loplugin:unusedfields
Change-Id: Ife94d488ead512abc6d137a0df74298bac67185d
Diffstat (limited to 'connectivity/source/inc/java')
-rw-r--r-- | connectivity/source/inc/java/sql/JStatement.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |