diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-18 20:36:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-19 11:35:29 +0100 |
commit | bcf601f53ca50460e973a7ad8725aeed33170b2e (patch) | |
tree | 5c66ada548544504e01833d2040d6a6e46ae2602 /vcl/source/treelist | |
parent | 38ef2cb092100d03fbef2c05a36526802d06ebaf (diff) |
rtl::Static->thread-safe static in vcl
Change-Id: I748c3b5608b76b4b847273856f6b1c66b53aced1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125497
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/treelist')
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 8782547f4c92..d1658582c5af 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -34,7 +34,6 @@ #include <vcl/uitest/uiobject.hxx> #include <sot/formats.hxx> #include <unotools/accessiblestatesethelper.hxx> -#include <rtl/instance.hxx> #include <comphelper/string.hxx> #include <sal/log.hxx> #include <tools/debug.hxx> |