diff options
-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; |