summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/conncleanup.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/conncleanup.cxx')
-rw-r--r--connectivity/source/commontools/conncleanup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx
index 9b5f780e8a66..5db4fbe0d518 100644
--- a/connectivity/source/commontools/conncleanup.cxx
+++ b/connectivity/source/commontools/conncleanup.cxx
@@ -184,7 +184,7 @@ namespace dbtools
clearConnection();
- if ( isPropertyListening() )
+ if ( m_bPropertyListening )
stopPropertyListening( Reference< XPropertySet >( _rSource.Source, UNO_QUERY ) );
}