chart2/source/inc/ErrorBar.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit cc0654cab158b73124cb9e079753482693f0bd5a
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Feb 21 14:02:31 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Feb 22 07:42:23 2023 +0000

    BaseMutex is unused in ErrorBar
    
    Change-Id: I5e0890fcefedeaef4a8276c187d1604f8f96d23b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147414
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx
index bf31ed364d72..ed6d646be5a0 100644
--- a/chart2/source/inc/ErrorBar.hxx
+++ b/chart2/source/inc/ErrorBar.hxx
@@ -18,7 +18,6 @@
  */
 #pragma once
 
-#include <cppuhelper/basemutex.hxx>
 #include "charttoolsdllapi.hxx"
 
 #include <cppuhelper/implbase.hxx>
@@ -57,9 +56,7 @@ typedef ::cppu::WeakImplHelper<
     ErrorBar_Base;
 }
 
-class ErrorBar final :
-        public cppu::BaseMutex,
-        public impl::ErrorBar_Base
+class ErrorBar final : public impl::ErrorBar_Base
 {
 private:
     OUString maDashName;

Reply via email to