From 74cd0d0b281f8df75612bfb600df2eae62c4d21d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 29 Jun 2023 13:53:30 +0200 Subject: loplugin:unusedmethods Change-Id: I95ab7581dec35b113cb657ce8e5ee27c89c73593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153746 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/SfxBroadcaster.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/svl') diff --git a/include/svl/SfxBroadcaster.hxx b/include/svl/SfxBroadcaster.hxx index fba30061f574..b026f4c7e4a6 100644 --- a/include/svl/SfxBroadcaster.hxx +++ b/include/svl/SfxBroadcaster.hxx @@ -57,10 +57,6 @@ public: return true to break the loop. */ void ForAllListeners(std::function f) const; - /** Get a vector of the current listeners - used by unit test code. - */ - std::vector GetListenersForUnitTest() const; - friend class SfxListener; friend class ::SfxBroadcasterTest; }; -- cgit