diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-18 15:49:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-18 20:45:02 +0100 |
commit | 3e7b2b12292537e5c6d8b3885ab672187c14e213 (patch) | |
tree | eb0f3b23e53f15cd7a8fbcd8c487abd0c010f8eb /solenv/clang-format | |
parent | 0d97c05696fa6f9c0f1f754158622bc352752346 (diff) |
use more concrete types in chart2, ChartTypeTemplate
Change-Id: Ife0be0fde2f8d273411cbdbbafa2173ac80f80f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128560
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/clang-format')
-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 ccef2bf0bfff..10175a4c0422 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1013,6 +1013,7 @@ chart2/source/inc/CachedDataSequence.hxx chart2/source/inc/CharacterProperties.hxx chart2/source/inc/ChartModelHelper.hxx chart2/source/inc/ChartTypeHelper.hxx +chart2/source/inc/ChartTypeTemplate.hxx chart2/source/inc/CloneHelper.hxx chart2/source/inc/ColorPerPointHelper.hxx chart2/source/inc/CommonConverters.hxx @@ -1128,7 +1129,6 @@ 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/ChartTypeTemplate.hxx chart2/source/model/template/ColumnChartType.cxx chart2/source/model/template/ColumnChartType.hxx chart2/source/model/template/ColumnLineChartTypeTemplate.cxx |