diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-21 14:02:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-22 07:42:23 +0000 |
commit | cc0654cab158b73124cb9e079753482693f0bd5a (patch) | |
tree | 34bc8b7c60474cf5f5db2677822b1ae1d2568ac5 | |
parent | d1c3a54c03764b87048e1ebff758b20be132378f (diff) |
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.grandin@collabora.co.uk>
-rw-r--r-- | chart2/source/inc/ErrorBar.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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; |