summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-04-22 01:37:28 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-04-25 16:47:35 +0200
commitdec2c5f3ca4d149bf5fefd573a5e64c650b61b19 (patch)
tree33c9cc2a5fa8fd4ea03210d0b68b0ff29d5fe5f2 /chart2/source/tools
parent14b39046ab70d71bf434f4a44b628d3f2c2bde12 (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/tools')
-rw-r--r--chart2/source/tools/ReferenceSizeProvider.cxx1
-rw-r--r--chart2/source/tools/UncachedDataSequence.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/tools/ReferenceSizeProvider.cxx b/chart2/source/tools/ReferenceSizeProvider.cxx
index 6c690af40e0e..dd099edcf877 100644
--- a/chart2/source/tools/ReferenceSizeProvider.cxx
+++ b/chart2/source/tools/ReferenceSizeProvider.cxx
@@ -26,7 +26,6 @@
#include <Diagram.hxx>
#include <Axis.hxx>
#include <AxisHelper.hxx>
-#include <com/sun/star/chart2/XTitle.hpp>
#include <tools/diagnose_ex.h>
#include <vector>
diff --git a/chart2/source/tools/UncachedDataSequence.cxx b/chart2/source/tools/UncachedDataSequence.cxx
index 097e05aa4df9..b07fc11ad9f2 100644
--- a/chart2/source/tools/UncachedDataSequence.cxx
+++ b/chart2/source/tools/UncachedDataSequence.cxx
@@ -26,7 +26,6 @@
#include <algorithm>
#include <strings.hrc>
#include <ResId.hxx>
-#include <com/sun/star/chart2/XInternalDataProvider.hpp>
using namespace ::com::sun::star;