diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-05-22 20:19:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-23 11:58:54 +0200 |
commit | 8d00d5f36454e202586df4e2dafb12c7195b7a1f (patch) | |
tree | c1ff4565feecd2282c5814c0c93ddcc22f42b266 /solenv | |
parent | 0c17712465b07e8a7ebe078b00123965b112f0ac (diff) |
instantiate Title directly in chart
which simplifies some code
Change-Id: I0c9aa212334a3dedd8a54f8deda6100d93b0be70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134743
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 4311ce590973..9b8a5d679aac 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1067,6 +1067,7 @@ chart2/source/inc/Scaling.hxx chart2/source/inc/SceneProperties.hxx chart2/source/inc/StatisticsHelper.hxx chart2/source/inc/ThreeDHelper.hxx +chart2/source/inc/Title.hxx chart2/source/inc/TitleHelper.hxx chart2/source/inc/UncachedDataSequence.hxx chart2/source/inc/UserDefinedProperties.hxx @@ -1107,7 +1108,6 @@ chart2/source/model/main/PageBackground.hxx chart2/source/model/main/PolarCoordinateSystem.cxx chart2/source/model/main/StockBar.cxx chart2/source/model/main/Title.cxx -chart2/source/model/main/Title.hxx chart2/source/model/main/UndoManager.cxx chart2/source/model/main/UndoManager.hxx chart2/source/model/main/Wall.cxx |