summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/StockChartTypeTemplate.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-18 12:45:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-19 17:46:16 +0100
commit35d9ce88107f860e1a358c5273087985689a22c0 (patch)
treeadbf0a5d1c00b0aa12f52272ffadb41e0badeca9 /chart2/source/model/template/StockChartTypeTemplate.hxx
parent6ca94dbd576be7aaa643393e2a9e2ee1c723c357 (diff)
use more cppu::BaseMutex
Change-Id: Ib9da716de0addc70ca58d9085ff351c2ff8c706f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127083 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template/StockChartTypeTemplate.hxx')
-rw-r--r--chart2/source/model/template/StockChartTypeTemplate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/StockChartTypeTemplate.hxx b/chart2/source/model/template/StockChartTypeTemplate.hxx
index a31473c856e2..c064b8105111 100644
--- a/chart2/source/model/template/StockChartTypeTemplate.hxx
+++ b/chart2/source/model/template/StockChartTypeTemplate.hxx
@@ -20,14 +20,14 @@
#include "ChartTypeTemplate.hxx"
#include <OPropertySet.hxx>
-#include <MutexContainer.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <comphelper/uno3.hxx>
namespace chart
{
class StockChartTypeTemplate :
- public MutexContainer,
+ public cppu::BaseMutex,
public ChartTypeTemplate,
public ::property::OPropertySet
{