summaryrefslogtreecommitdiff
path: root/xmloff/source/table
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-30 23:19:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-02 11:06:09 +0200
commit86f42c08c177791021f20db795b0c06ee9ce51ca (patch)
treeda7fc045d9e079e44c5b7871ec4480e9442ce9ff /xmloff/source/table
parent59a0a2d08f4dab0ce6f32a2b4ef660a35f44a8cd (diff)
tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I986ba9f661854d1b5fafc337ec109b0ee558a86a Reviewed-on: https://gerrit.libreoffice.org/79904 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/table')
-rw-r--r--xmloff/source/table/XMLTableExport.cxx6
-rw-r--r--xmloff/source/table/XMLTableImport.cxx2
2 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx
index 9c397d7a232f..1703542d0cf0 100644
--- a/xmloff/source/table/XMLTableExport.cxx
+++ b/xmloff/source/table/XMLTableExport.cxx
@@ -19,22 +19,16 @@
#include <xmloff/table/XMLTableExport.hxx>
-#include <xmloff/dllapi.h>
-
#include <sal/config.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
-#include <rtl/ustrbuf.hxx>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/text/XText.hpp>
-#include <com/sun/star/container/XNamed.hpp>
-#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp>
-#include <com/sun/star/table/CellContentType.hpp>
#include <com/sun/star/table/XMergeableCell.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx
index de223256b894..ddaae9f5e484 100644
--- a/xmloff/source/table/XMLTableImport.cxx
+++ b/xmloff/source/table/XMLTableImport.cxx
@@ -31,8 +31,6 @@
#include <tools/diagnose_ex.h>
#include <xmloff/table/XMLTableImport.hxx>
-#include <xmloff/xmltkmap.hxx>
-#include <xmloff/maptype.hxx>
#include <xmloff/xmlprmap.hxx>
#include <xmloff/txtimp.hxx>
#include <xmloff/xmlimp.hxx>