summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/ResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/ResultSet.hxx')
-rw-r--r--connectivity/source/drivers/firebird/ResultSet.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/ResultSet.hxx b/connectivity/source/drivers/firebird/ResultSet.hxx
index 90c2b9fca550..dbb971afad39 100644
--- a/connectivity/source/drivers/firebird/ResultSet.hxx
+++ b/connectivity/source/drivers/firebird/ResultSet.hxx
@@ -79,6 +79,7 @@ namespace connectivity
sal_Int32 m_nResultSetConcurrency;
protected:
+ // Connection kept alive by m_xStatement
Connection* m_pConnection;
::osl::Mutex& m_rMutex;
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& m_xStatement;