summaryrefslogtreecommitdiff
path: root/svl/inc/broadcast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/broadcast.hxx')
-rw-r--r--svl/inc/broadcast.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svl/inc/broadcast.hxx b/svl/inc/broadcast.hxx
index a1cde13a2483..287aa898ec4f 100644
--- a/svl/inc/broadcast.hxx
+++ b/svl/inc/broadcast.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,23 +44,23 @@ friend class SvtListenerBase;
friend class SvtListenerIter;
SvtListenerBase* pRoot;
- const SvtBroadcaster& operator=(const SvtBroadcaster &); // verboten
+ const SvtBroadcaster& operator=(const SvtBroadcaster &); // verboten
protected:
- void Forward( SvtBroadcaster& rBC,
+ void Forward( SvtBroadcaster& rBC,
const SfxHint& rHint );
- virtual void ListenersGone();
+ virtual void ListenersGone();
public:
TYPEINFO();
SvtBroadcaster();
SvtBroadcaster( const SvtBroadcaster &rBC );
- virtual ~SvtBroadcaster();
+ virtual ~SvtBroadcaster();
- void Broadcast( const SfxHint &rHint );
+ void Broadcast( const SfxHint &rHint );
- BOOL HasListeners() const { return 0 != pRoot; }
+ BOOL HasListeners() const { return 0 != pRoot; }
};