summaryrefslogtreecommitdiff
path: root/sc/qa/unit/chart2dataprovider.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-08 23:35:22 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-20 10:42:40 +0100
commita87a062fd4fac61fde6aa7f6b4277cc77438d119 (patch)
treec8475c940f0a83b60a6127fbe25d85e56ba4a41c /sc/qa/unit/chart2dataprovider.cxx
parent228fed36aba7d6a9d02911bcf602218682442a56 (diff)
tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I031faa67192f21d20938c8cc8056db138326a1ca Reviewed-on: https://gerrit.libreoffice.org/63143 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/unit/chart2dataprovider.cxx')
-rw-r--r--sc/qa/unit/chart2dataprovider.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/qa/unit/chart2dataprovider.cxx b/sc/qa/unit/chart2dataprovider.cxx
index f482283062f9..2e30b6090745 100644
--- a/sc/qa/unit/chart2dataprovider.cxx
+++ b/sc/qa/unit/chart2dataprovider.cxx
@@ -12,13 +12,9 @@
#include <docsh.hxx>
#include <chart2uno.hxx>
-#include <charthelper.hxx>
-#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
-#include <com/sun/star/chart2/data/XLabeledDataSequence2.hpp>
#include <com/sun/star/chart2/data/XDataSource.hpp>
-#include <com/sun/star/chart2/data/XDataSink.hpp>
#include "helper/qahelper.hxx"