diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-02-05 14:58:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-05 20:39:03 +0100 |
commit | 333ccb081b4ab62adce50ca4c93162b9baf984d0 (patch) | |
tree | 05c9f99d750a549e9d397735ed62687c75df6b50 /solenv | |
parent | 1a4955f2c1158197db74d7cf4f1f0c98c096224c (diff) |
use more concrete types in chart2, Axis
Change-Id: If80b6487ad2b8ac75f98f798b839aff2b8a5c23e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129522
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 6033d55684f3..d68935f908c1 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1007,6 +1007,7 @@ chart2/source/controller/sidebar/ChartSeriesPanel.cxx chart2/source/controller/sidebar/ChartSeriesPanel.hxx chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx chart2/source/controller/uitest/uiobject.cxx +chart2/source/inc/Axis.hxx chart2/source/inc/AxisHelper.hxx chart2/source/inc/BaseGFXHelper.hxx chart2/source/inc/BaseCoordinateSystem.hxx @@ -1084,7 +1085,6 @@ chart2/source/model/filter/XMLFilter.cxx chart2/source/model/inc/StockBar.hxx chart2/source/model/inc/XMLFilter.hxx chart2/source/model/main/Axis.cxx -chart2/source/model/main/Axis.hxx chart2/source/model/main/BaseCoordinateSystem.cxx chart2/source/model/main/CartesianCoordinateSystem.cxx chart2/source/model/main/ChartModel.cxx |