summaryrefslogtreecommitdiff
path: root/include/svl/lstner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/lstner.hxx')
-rw-r--r--include/svl/lstner.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/lstner.hxx b/include/svl/lstner.hxx
index 41b89d00a600..b7f2b47650e4 100644
--- a/include/svl/lstner.hxx
+++ b/include/svl/lstner.hxx
@@ -47,10 +47,10 @@ public:
SfxListener( const SfxListener &rCopy );
virtual ~SfxListener();
- sal_Bool StartListening( SfxBroadcaster& rBroadcaster, sal_Bool bPreventDups = sal_False );
- sal_Bool EndListening( SfxBroadcaster& rBroadcaster, sal_Bool bAllDups = sal_False );
+ bool StartListening( SfxBroadcaster& rBroadcaster, bool bPreventDups = false );
+ bool EndListening( SfxBroadcaster& rBroadcaster, bool bAllDups = false );
void EndListeningAll();
- sal_Bool IsListening( SfxBroadcaster& rBroadcaster ) const;
+ bool IsListening( SfxBroadcaster& rBroadcaster ) const;
sal_uInt16 GetBroadcasterCount() const
{ return aBCs.size(); }