summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-05-19 09:35:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-05-19 20:24:21 +0200
commit4d07ee9a54e0b929ab116b08227e20f4a9c330e9 (patch)
treed7fe0af3ca8bf9cf77b1c0246bedf646127e4cc2 /include
parent8dfceb4e0b05b9d531e27e38b954f18e33091f8a (diff)
loplugin:virtualdead
Change-Id: I089fd6b9281cc35768462e83a7e18588f357df4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152003 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propmultiplex2.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comphelper/propmultiplex2.hxx b/include/comphelper/propmultiplex2.hxx
index 3c3c5065945e..5e6fec1571c3 100644
--- a/include/comphelper/propmultiplex2.hxx
+++ b/include/comphelper/propmultiplex2.hxx
@@ -50,8 +50,6 @@ public:
/// @throws css::uno::RuntimeException
virtual void _propertyChanged(const css::beans::PropertyChangeEvent& _rEvent) = 0;
- /// @throws css::uno::RuntimeException
- virtual void _disposing(const css::lang::EventObject& _rSource);
protected:
/** If the derivee also owns the mutex which we know as reference, then call this within your