diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 12:01:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:07:05 +0200 |
commit | 0d7f5e060663cb747b0dc50bb76c162484e4dae4 (patch) | |
tree | deab5b72a483423f3a30cfd202c997b8446aa681 /reportdesign/inc | |
parent | 60fd81d83a2dbcb64a38910de49f8e2620353702 (diff) |
loplugin:checkunusedparams in package..reportdesign
Change-Id: I8ebccc413153667269954c303e216b155ee9d1ae
Reviewed-on: https://gerrit.libreoffice.org/37145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptObject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index e6f74e9ffeb7..fd4cba36923f 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -99,7 +99,7 @@ public: OObjectBase(const OObjectBase&) = delete; OObjectBase& operator=(const OObjectBase&) = delete; void StartListening(); - void EndListening(bool bRemoveListener = true); + void EndListening(); // PropertyChangeListener /// @throws css::uno::RuntimeException virtual void _propertyChange( const css::beans::PropertyChangeEvent& evt ); |