summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ww8export/ww8export2.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-16 23:16:31 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-18 10:06:40 +0200
commit5503c8904a735f2b47adc29a1fc6500961c01be6 (patch)
treea7a4a2407762cf70138bbe08048d2f76ab71d851 /sw/qa/extras/ww8export/ww8export2.cxx
parent408fcdf20c4ce505c1905d63d2fa6a14a12fc7f5 (diff)
tdf#42949 Fix IWYU warnings in sw/qa/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia0c79c2455a3b40384332c8c35215671e257a07f Reviewed-on: https://gerrit.libreoffice.org/70847 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/extras/ww8export/ww8export2.cxx')
-rw-r--r--sw/qa/extras/ww8export/ww8export2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/qa/extras/ww8export/ww8export2.cxx b/sw/qa/extras/ww8export/ww8export2.cxx
index 5419aa42b959..1900d0569a03 100644
--- a/sw/qa/extras/ww8export/ww8export2.cxx
+++ b/sw/qa/extras/ww8export/ww8export2.cxx
@@ -9,14 +9,12 @@
#include <swmodeltestbase.hxx>
-#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/style/ParagraphAdjust.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/XDependentTextField.hpp>
-#include <com/sun/star/text/XTextFramesSupplier.hpp>
#include <com/sun/star/text/XTextTable.hpp>
#include <com/sun/star/text/XTextTablesSupplier.hpp>
#include <com/sun/star/text/XFootnote.hpp>
@@ -26,11 +24,9 @@
#include <com/sun/star/text/TextContentAnchorType.hpp>
#include <ftninfo.hxx>
-#include <pagedesc.hxx>
#include <svx/svdpage.hxx>
#include <drawdoc.hxx>
#include <IDocumentDrawModelAccess.hxx>
-#include <editeng/unoprnms.hxx>
class Test : public SwModelTestBase
{