diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 15:01:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-23 12:09:33 +0000 |
commit | e4cb0742c8f1ee68df180f16f9b4f0cbc69e1b9c (patch) | |
tree | 6d181563eefcf0d0c3e26d06f17ff72aed54ce16 /include/connectivity/conncleanup.hxx | |
parent | ef663010434da24ecda35d0f0c26ce1a2b2c0f6c (diff) |
loplugin:expandablemethodds in include/connectivity..drawinglayer
Change-Id: Ic58f86422ef8f1e2bb655157850e214fc3a1a9b4
Reviewed-on: https://gerrit.libreoffice.org/30136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity/conncleanup.hxx')
-rw-r--r-- | include/connectivity/conncleanup.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/connectivity/conncleanup.hxx b/include/connectivity/conncleanup.hxx index bca2af8983db..7940a2ccb50e 100644 --- a/include/connectivity/conncleanup.hxx +++ b/include/connectivity/conncleanup.hxx @@ -77,7 +77,6 @@ namespace dbtools void startPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxProps ); void stopPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxEventSource ); - bool isPropertyListening() const { return m_bPropertyListening; } }; |