summaryrefslogtreecommitdiff
path: root/svl/source/notify
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify')
-rw-r--r--svl/source/notify/listener.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/notify/listener.cxx b/svl/source/notify/listener.cxx
index 9c2a3921404f..52adeb948de9 100644
--- a/svl/source/notify/listener.cxx
+++ b/svl/source/notify/listener.cxx
@@ -77,11 +77,6 @@ void SvtListener::EndListeningAll()
}
-bool SvtListener::IsListening( SvtBroadcaster& rBroadcaster ) const
-{
- return maBroadcasters.count(&rBroadcaster) > 0;
-}
-
void SvtListener::CopyAllBroadcasters( const SvtListener& r )
{
BroadcastersType aCopy(r.maBroadcasters);