summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-11 19:15:25 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-11 19:15:25 -0500
commitd9e67908070db26b40e6dee05bf506c6043e3d99 (patch)
treebf5f7e382393ebaafb8ea65717923c410d72bd0a /include
parente2235454e1c160ba62d1b81b981db5ad9af02334 (diff)
Make these non-inline and add the const version of the getter.
Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77
Diffstat (limited to 'include')
-rw-r--r--include/svl/broadcast.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx
index 62e343fe9e99..5615255e030e 100644
--- a/include/svl/broadcast.hxx
+++ b/include/svl/broadcast.hxx
@@ -56,7 +56,8 @@ public:
void Broadcast( const SfxHint &rHint );
- ListenersType& GetAllListeners() { return maListeners;}
+ ListenersType& GetAllListeners();
+ const ListenersType& GetAllListeners() const;
bool HasListeners() const;