diff options
Diffstat (limited to 'include')
-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; }; |