summaryrefslogtreecommitdiff
path: root/svx/source/table/tablertfimporter.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-07 03:33:53 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-10 09:29:27 +0100
commita11c10a83f6fceae6cfb519725d06f8eaf1013fb (patch)
tree694c89e96bf9657e73bcd2039931f81c81fb713a /svx/source/table/tablertfimporter.cxx
parent74f0105a2c140d078932576b457a327f3d2490a6 (diff)
tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8d8a3e13932b004678b305f9a6883062854f9201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90140 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/table/tablertfimporter.cxx')
-rw-r--r--svx/source/table/tablertfimporter.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index 9f8ed6c0aa97..b82dd6ff3bcd 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -27,13 +27,10 @@
#include <tools/stream.hxx>
#include <svtools/rtftoken.h>
-#include <editeng/eeitem.hxx>
#include <svx/svdetc.hxx>
-#include <editeng/fhgtitem.hxx>
#include <editeng/outlobj.hxx>
#include <cell.hxx>
-#include <celltypes.hxx>
#include <svx/svdotable.hxx>
#include <svx/svdoutl.hxx>
#include <editeng/editeng.hxx>
@@ -41,6 +38,7 @@
#include <svx/svdmodel.hxx>
#include <editeng/svxrtf.hxx>
#include <sal/log.hxx>
+#include <tools/debug.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::table;