diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-10 09:33:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-10 15:24:27 +0200 |
commit | 8b806dc8dc5671090b129a3c4b2cde7171114817 (patch) | |
tree | 078ff8fa0190942a9446188801b7e798b00c2bd1 /include | |
parent | 436cf6d31deb7f9594a5da52ec7883d7e3d34344 (diff) |
tdf#131581 inhibit updates during all_foreach
Change-Id: I8494b4c9175e427bfb89696d49c2da7607af37ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102371
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/treelist.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/toolkit/treelist.hxx b/include/vcl/toolkit/treelist.hxx index 6f047c20753c..09ed5da01df2 100644 --- a/include/vcl/toolkit/treelist.hxx +++ b/include/vcl/toolkit/treelist.hxx @@ -134,6 +134,7 @@ public: ); void EnableInvalidate( bool bEnable ); + bool IsEnableInvalidate() const { return mbEnableInvalidate; } // Notify all Listeners void InvalidateEntry( SvTreeListEntry* ); |