diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-22 20:06:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-24 08:21:00 +0100 |
commit | 252dd254b5b29298457b889623783152e9bed534 (patch) | |
tree | 07583e1f12bacc6ab8e40b35f4832c27076b84da /sw/source/ui | |
parent | 54115790926a5964534472dff7e4661ea34acb28 (diff) |
new comphelper::WeakImplComponentHelper
to replace the cppu:: equivalent with a lightweight version
that uses std::mutex instead of osl::Mutex
Change-Id: I1b7873a0c2d9cda21f529e43a4ac2fa7574c91a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127335
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 17a360bf522c..e2a334ebda26 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> +#include <osl/diagnose.h> #include <o3tl/safeint.hxx> #include <sal/log.hxx> #include <svl/style.hxx> |