diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-18 15:21:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-18 18:11:03 +0100 |
commit | aa06241b9c90cd41bed804bd1d55233b28f03886 (patch) | |
tree | 4bd1254768e19d17f876c011327fa6a0127fee8b /solenv | |
parent | a8795a983b48ed7b9820b746fb70c173a7d230b1 (diff) |
use more concrete types in chart2, ChartTypeManager
Change-Id: If5055256c3e3a20ab1a30e9c8bf46f453785e80c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128557
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 f7ec1e1981a9..ccef2bf0bfff 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -743,6 +743,7 @@ canvas/source/vcl/windowoutdevholder.cxx canvas/source/vcl/windowoutdevholder.hxx canvas/workben/canvasdemo.cxx chart2/inc/ChartModel.hxx +chart2/inc/ChartTypeManager.hxx chart2/inc/ChartView.hxx chart2/inc/unonames.hxx chart2/qa/extras/PivotChartTest.cxx @@ -1074,7 +1075,6 @@ chart2/source/inc/chartview/ExplicitValueProvider.hxx chart2/source/inc/servicenames_coosystems.hxx chart2/source/model/filter/XMLFilter.cxx chart2/source/model/inc/BaseCoordinateSystem.hxx -chart2/source/model/inc/ChartTypeManager.hxx chart2/source/model/inc/DataSeries.hxx chart2/source/model/inc/StockBar.hxx chart2/source/model/inc/XMLFilter.hxx |