diff options
Diffstat (limited to 'include/connectivity/conncleanup.hxx')
-rw-r--r-- | include/connectivity/conncleanup.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/connectivity/conncleanup.hxx b/include/connectivity/conncleanup.hxx index 318d713dacac..716a444c31ab 100644 --- a/include/connectivity/conncleanup.hxx +++ b/include/connectivity/conncleanup.hxx @@ -26,14 +26,14 @@ #include <com/sun/star/sdbc/XConnection.hpp> #include <connectivity/dbtoolsdllapi.hxx> -//......................................................................... + namespace dbtools { -//......................................................................... - //===================================================================== + + //= OAutoConnectionDisposer - //===================================================================== + typedef ::cppu::WeakImplHelper2 < ::com::sun::star::beans::XPropertyChangeListener, ::com::sun::star::sdbc::XRowSetListener > OAutoConnectionDisposer_Base; @@ -81,9 +81,9 @@ namespace dbtools sal_Bool isPropertyListening() const { return m_bPropertyListening; } }; -//......................................................................... + } // namespace dbtools -//......................................................................... + #endif // INCLUDED_CONNECTIVITY_CONNCLEANUP_HXX |