From df9883411a5423793ad411ac05d7a28c355209aa Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Sat, 21 Dec 2013 20:51:29 +0100 Subject: Make the broadcasting work even when about to destruct. Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328 --- include/svl/broadcast.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svl') 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; }; -- cgit