diff options
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/brdcst.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/inc/svl/brdcst.hxx b/svl/inc/svl/brdcst.hxx index d8ad823ed6d8..cc00157d3d90 100644 --- a/svl/inc/svl/brdcst.hxx +++ b/svl/inc/svl/brdcst.hxx @@ -64,9 +64,6 @@ public: virtual ~SfxBroadcaster(); void Broadcast( const SfxHint &rHint ); - void BroadcastDelayed( const SfxHint& rHint ); - void BroadcastInIdle( const SfxHint& rHint ); - sal_Bool HasListeners() const; sal_uInt16 GetListenerCount() const { return aListeners.Count(); } SfxListener* GetListener( sal_uInt16 nNo ) const |