summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-06 21:25:16 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-17 10:03:46 +0200
commita944d4c2aacafdac78eabd7fb0f8909a66d935eb (patch)
treece6fb3024610fe3a4beb0dbda7c8cfce32fc9f67 /include
parent8083ccef3759b2d838df86965c0d1b42f9098848 (diff)
tdf#42949 Fix IWYU warnings in xmloff/inc/
Also recheck include/xmloff/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If01cb2844209b119063772d829e4ae21b74fc164 Reviewed-on: https://gerrit.libreoffice.org/78747 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/table/XMLTableExport.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx
index 1d6655e50712..a1ccc6dd47d2 100644
--- a/include/xmloff/table/XMLTableExport.hxx
+++ b/include/xmloff/table/XMLTableExport.hxx
@@ -23,16 +23,13 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
-#include <rtl/ustrbuf.hxx>
#include <map>
#include <memory>
#include <vector>
-#include <com/sun/star/table/XTableColumns.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp>
#include <com/sun/star/table/XCell.hpp>
-#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <rtl/ref.hxx>