summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docchart.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-29 12:11:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-05 08:40:15 +0100
commitee909ca2c02f949605f68720c3f1eef658502749 (patch)
treedbbb17190d41ef3e59e307032848f0f3604650f6 /sw/source/core/doc/docchart.cxx
parentf6e7683847e5c959948b55c35bc916c69beb615e (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id33b8c1e0c02c21591b167a8b3f0ea288fac63bd Reviewed-on: https://gerrit.libreoffice.org/81689 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/doc/docchart.cxx')
-rw-r--r--sw/source/core/doc/docchart.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/doc/docchart.cxx b/sw/source/core/doc/docchart.cxx
index 2484c8ffe419..b602c92afd14 100644
--- a/sw/source/core/doc/docchart.cxx
+++ b/sw/source/core/doc/docchart.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <float.h>
-#include <hintids.hxx>
#include <doc.hxx>
#include <IDocumentChartDataProviderAccess.hxx>
#include <IDocumentState.hxx>
@@ -26,16 +24,10 @@
#include <docary.hxx>
#include <ndindex.hxx>
#include <swtable.hxx>
-#include <ndtxt.hxx>
-#include <calc.hxx>
-#include <cellfml.hxx>
#include <viewsh.hxx>
#include <ndole.hxx>
-#include <calbck.hxx>
-#include <cntfrm.hxx>
#include <swtblfmt.hxx>
#include <tblsel.hxx>
-#include <cellatr.hxx>
#include <unochart.hxx>