diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-21 14:26:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-22 07:52:17 +0000 |
commit | bdc4dc93a9edd5f46bdede12514ac5f66bf43167 (patch) | |
tree | ac7ad7e4689e7c70e1c7e62c456fcbf6e57124e0 /chart2/source/controller/main/ShapeController.hxx | |
parent | c060e7851bd6238ad6f4bdf0997c958c561cf8cf (diff) |
BaseMutex->std::mutex in CommandDispatch
Change-Id: Ic73a84eb793d45e1041698e45e2c844a1e2f2f66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147415
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/main/ShapeController.hxx')
-rw-r--r-- | chart2/source/controller/main/ShapeController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ShapeController.hxx b/chart2/source/controller/main/ShapeController.hxx index 3d65c49e504c..ef0c1d608636 100644 --- a/chart2/source/controller/main/ShapeController.hxx +++ b/chart2/source/controller/main/ShapeController.hxx @@ -41,7 +41,7 @@ public: protected: // WeakComponentImplHelperBase - virtual void SAL_CALL disposing() override; + virtual void disposing(std::unique_lock<std::mutex>& rGuard) override; // XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override; |