diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-21 20:51:29 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-21 20:55:44 +0100 |
commit | df9883411a5423793ad411ac05d7a28c355209aa (patch) | |
tree | d78ff591cb6128a35228b119eda939953bf1091e /include/svl | |
parent | d358c377718f981d615b5ba2c6c5137dd150d2f0 (diff) |
Make the broadcasting work even when about to destruct.
Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/broadcast.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx index 72ac3036cd28..a77ebdbc2819 100644 --- a/include/svl/broadcast.hxx +++ b/include/svl/broadcast.hxx @@ -82,6 +82,7 @@ private: bool mbAboutToDie:1; bool mbDisposing:1; bool mbNormalized:1; + bool mbDestNormalized:1; }; |