summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-17 22:42:53 +0200
committerAndras Timar <andras.timar@collabora.com>2022-02-14 11:25:37 +0100
commit204c348d282cfaa413ab72081c0e04f965aff12b (patch)
tree57175a0367e4ffc55225a2ec5f12ae2d3e8a7e0d /svtools
parent71f1d3c9304cd6051119da8d66d2367553ecf277 (diff)
use more cppu::BaseMutex
Change-Id: Iddd7438161ead93b27cf8e8058ca5b1eae3d8001 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127075 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/acceleratorexecute.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx
index a378587fd8e5..9fa76e56deaf 100644
--- a/svtools/source/misc/acceleratorexecute.cxx
+++ b/svtools/source/misc/acceleratorexecute.cxx
@@ -85,7 +85,6 @@ class AsyncAccelExec : public cppu::WeakImplHelper<css::lang::XEventListener>
}
AcceleratorExecute::AcceleratorExecute()
- : TMutexInit()
{
}