summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 12:01:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:07:05 +0200
commit0d7f5e060663cb747b0dc50bb76c162484e4dae4 (patch)
treedeab5b72a483423f3a30cfd202c997b8446aa681 /reportdesign/inc
parent60fd81d83a2dbcb64a38910de49f8e2620353702 (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.hxx2
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 );