diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-19 21:02:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-22 16:08:05 +0100 |
commit | 8a728ac6cf7d8d032eb93f486618458b7814d42b (patch) | |
tree | d20de8154c46e5208f0405093c0e9b41889b8a23 /solenv | |
parent | fe9f6ac055ec95d06d9e28ee4d9871cc366ac540 (diff) |
use more concrete types in chart2, ChartType
Change-Id: Ibd299e2e8d82169706d810af98c29d684809c320
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128741
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index e470cb543941..6f3bbedafa9c 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1013,6 +1013,7 @@ chart2/source/inc/BaseCoordinateSystem.hxx chart2/source/inc/CachedDataSequence.hxx chart2/source/inc/CharacterProperties.hxx chart2/source/inc/ChartModelHelper.hxx +chart2/source/inc/ChartType.hxx chart2/source/inc/ChartTypeHelper.hxx chart2/source/inc/ChartTypeTemplate.hxx chart2/source/inc/CloneHelper.hxx @@ -1126,7 +1127,6 @@ chart2/source/model/template/BubbleDataInterpreter.hxx chart2/source/model/template/CandleStickChartType.cxx chart2/source/model/template/CandleStickChartType.hxx chart2/source/model/template/ChartType.cxx -chart2/source/model/template/ChartType.hxx chart2/source/model/template/ChartTypeManager.cxx chart2/source/model/template/ChartTypeTemplate.cxx chart2/source/model/template/ColumnChartType.cxx |