From bdc4dc93a9edd5f46bdede12514ac5f66bf43167 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Feb 2023 14:26:39 +0200 Subject: BaseMutex->std::mutex in CommandDispatch Change-Id: Ic73a84eb793d45e1041698e45e2c844a1e2f2f66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147415 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/controller/main/ShapeController.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/main/ShapeController.hxx') 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& rGuard) override; // XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override; -- cgit