summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-02-21 14:02:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-02-21 18:48:01 +0000
commit0f158508a4bea01ff47dacbcdd21ad1bca026721 (patch)
tree9d04c0a07ce37cc0e1dff7d7a6ad7c76affae1d1 /chart2
parent02b3a672cf954f7e001e309aa2f182da58c503c6 (diff)
BaseMutex is unused in LabeledDataSequence
Change-Id: If6f5a6e2954e28008c8c690557f15124452c05d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147404 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/LabeledDataSequence.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/inc/LabeledDataSequence.hxx b/chart2/source/inc/LabeledDataSequence.hxx
index 7c9593bd0dc5..ab5338420be3 100644
--- a/chart2/source/inc/LabeledDataSequence.hxx
+++ b/chart2/source/inc/LabeledDataSequence.hxx
@@ -18,7 +18,6 @@
*/
#pragma once
-#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/chart2/data/XLabeledDataSequence2.hpp>
@@ -42,7 +41,6 @@ typedef cppu::WeakImplHelper<
}
class OOO_DLLPUBLIC_CHARTTOOLS LabeledDataSequence final :
- public cppu::BaseMutex,
public impl::LabeledDataSequence_Base
{
public: