summaryrefslogtreecommitdiff
path: root/include/svx/fmtools.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 19:53:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-21 08:32:53 +0200
commit2302674d6c884bddf4ea7c42029f0a1465d01d49 (patch)
tree05d5c2f1fad31161fa8304280919d5e7125878b9 /include/svx/fmtools.hxx
parentdefd2cb0255ad9e376ccd18df9a48ed1adae9d1e (diff)
loplugin:virtualdead unused param in FmXDisposeListener::disposing
Change-Id: I2189f0a35b03bc8192ab91cd63b210f303f5d3e6 Reviewed-on: https://gerrit.libreoffice.org/81182 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/fmtools.hxx')
-rw-r--r--include/svx/fmtools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx
index 7a0bb1ca609b..4ed9b7efcf7b 100644
--- a/include/svx/fmtools.hxx
+++ b/include/svx/fmtools.hxx
@@ -138,7 +138,7 @@ public:
virtual ~FmXDisposeListener();
/// @throws css::uno::RuntimeException
- virtual void disposing(const css::lang::EventObject& _rEvent, sal_Int16 _nId) = 0;
+ virtual void disposing(sal_Int16 _nId) = 0;
protected:
void setAdapter(FmXDisposeMultiplexer* pAdapter);