diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-22 01:37:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-25 16:47:35 +0200 |
commit | dec2c5f3ca4d149bf5fefd573a5e64c650b61b19 (patch) | |
tree | 33c9cc2a5fa8fd4ea03210d0b68b0ff29d5fe5f2 /chart2/source/controller/dialogs/DialogModel.cxx | |
parent | 14b39046ab70d71bf434f4a44b628d3f2c2bde12 (diff) |
Recheck module chart2 with IWYU
See tdf#42949 for motivation
This time using the new --noexclude switch to recheck validity
of the excludelist; these were the obsolete exclusions
Change-Id: Ifdf79b30ebaf198082c2194611a2ed2b664e6f1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133309
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/controller/dialogs/DialogModel.cxx')
-rw-r--r-- | chart2/source/controller/dialogs/DialogModel.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx index 908d6d47b433..59d9d5bb93c6 100644 --- a/chart2/source/controller/dialogs/DialogModel.cxx +++ b/chart2/source/controller/dialogs/DialogModel.cxx @@ -36,9 +36,7 @@ #include <BaseCoordinateSystem.hxx> #include <LabeledDataSequence.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/chart2/AxisType.hpp> -#include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <tools/diagnose_ex.h> |