summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-13 22:04:49 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-14 23:53:51 -0500
commitf076c62d5cce5425d903b861827c83c16a040b86 (patch)
tree7f506555ed613e10dc53fcb3205ce8479571b4bf /include
parent18d07b2affbbbfb2ff9152d3ad8d1744fe75ab47 (diff)
No need to individually remove listeners when being destroyed.
Otherwise a crash would ensue. Change-Id: I9a52524cc205765d059745e9f7e914b636667cb6
Diffstat (limited to 'include')
-rw-r--r--include/svl/broadcast.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx
index ab62d488cce6..80d9568b6392 100644
--- a/include/svl/broadcast.hxx
+++ b/include/svl/broadcast.hxx
@@ -55,6 +55,7 @@ public:
private:
ListenersType maListeners;
+ bool mbDying;
};