diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-22 21:27:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-23 12:45:18 +0100 |
commit | bc518de4b9ae9d5985b3706dd4fbf60a0d6e1a79 (patch) | |
tree | 0cedfb3b0037e028f1cc97f19cb32a0f623f480c /solenv/clang-format | |
parent | 5462235f5611a784b60e5a0ab1fff6a1ea6ebc1d (diff) |
remove css::chart::XDataInterpreter
these are purely internal interfaces, they cannot be used
from outside chart2.
Change-Id: I43c6d8aa96eb94e47767a4b16b89b4889f571579
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128792
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 6f3bbedafa9c..374ec7c1d052 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1021,6 +1021,7 @@ chart2/source/inc/ColorPerPointHelper.hxx chart2/source/inc/CommonConverters.hxx chart2/source/inc/CommonFunctors.hxx chart2/source/inc/ConfigColorScheme.hxx +chart2/source/inc/DataInterpreter.hxx chart2/source/inc/DataSeriesHelper.hxx chart2/source/inc/DataSource.hxx chart2/source/inc/DataSourceHelper.hxx @@ -1135,7 +1136,6 @@ chart2/source/model/template/ColumnLineChartTypeTemplate.cxx chart2/source/model/template/ColumnLineChartTypeTemplate.hxx chart2/source/model/template/ColumnLineDataInterpreter.cxx chart2/source/model/template/DataInterpreter.cxx -chart2/source/model/template/DataInterpreter.hxx chart2/source/model/template/FilledNetChartType.cxx chart2/source/model/template/LineChartType.cxx chart2/source/model/template/LineChartType.hxx |