diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-12 10:18:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-09-12 14:11:00 +0200 |
commit | d0d84eba568aaa9aef6ad812f19410946a274640 (patch) | |
tree | f846ca71ff9305fa19f895aae6ee3e346d20502f /connectivity/source/inc/java/sql | |
parent | 9714b19590f651cbd48ae763b5a9558dd1e9e972 (diff) |
use more concrete UNO classes in connectivity
Change-Id: I5c70278add0aa0b0c4a7680c6615b75b688f2180
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173247
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r-- | connectivity/source/inc/java/sql/ResultSet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/ResultSet.hxx b/connectivity/source/inc/java/sql/ResultSet.hxx index 183c6fa3a362..2b4190ba956e 100644 --- a/connectivity/source/inc/java/sql/ResultSet.hxx +++ b/connectivity/source/inc/java/sql/ResultSet.hxx @@ -59,7 +59,7 @@ namespace connectivity public ::cppu::OPropertySetHelper, public ::comphelper::OPropertyArrayUsageHelper<java_sql_ResultSet> { - css::uno::Reference< css::uno::XInterface> m_xStatement; + rtl::Reference<java_sql_Statement_Base> m_xStatement; java::sql::ConnectionLog m_aLogger; java_sql_Connection* m_pConnection; |