summaryrefslogtreecommitdiff
path: root/sw/qa/extras/layout
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-08-11 20:24:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-08-12 09:49:04 +0200
commit2fca9476ab3b3e38fb285dcd3b927223e8008b3f (patch)
treee8657bd8658fd1890b3f53d606b0accb22ec87f7 /sw/qa/extras/layout
parentc6a0fff5e8ef321767abd2012324e90b31660fdf (diff)
sw: remove some unused includes
See tdf#42949 for motivation. Change-Id: I4931ac951e4051fb02e44868a9743bf6bb73d645 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120336 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/extras/layout')
-rw-r--r--sw/qa/extras/layout/layout2.cxx38
1 files changed, 6 insertions, 32 deletions
diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx
index 1db5f1e69214..dad0d84ff135 100644
--- a/sw/qa/extras/layout/layout2.cxx
+++ b/sw/qa/extras/layout/layout2.cxx
@@ -8,50 +8,24 @@
*/
#include <swmodeltestbase.hxx>
-#include <comphelper/propertysequence.hxx>
+
+#include <com/sun/star/text/XTextFrame.hpp>
#include <com/sun/star/linguistic2/XHyphenator.hpp>
-#include <com/sun/star/text/WrapTextMode.hpp>
+
#include <comphelper/scopeguard.hxx>
#include <unotools/syslocaleoptions.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <vcl/event.hxx>
-#include <vcl/scheduler.hxx>
-#include <editeng/lrspitem.hxx>
-#include <editeng/fontitem.hxx>
-#include <editeng/fhgtitem.hxx>
-#include <editeng/postitem.hxx>
#include <editeng/unolingu.hxx>
-#include <editeng/outlobj.hxx>
-#include <editeng/editobj.hxx>
-#include <comphelper/sequence.hxx>
-
-#include <fmtfsize.hxx>
-#include <wrtsh.hxx>
-#include <edtwin.hxx>
-#include <view.hxx>
-#include <txtfrm.hxx>
-#include <pagefrm.hxx>
-#include <bodyfrm.hxx>
-#include <sortedobjs.hxx>
-#include <anchoredobject.hxx>
-#include <ndtxt.hxx>
-#include <frmatr.hxx>
-#include <IDocumentSettingAccess.hxx>
-#include <config_features.h>
+#include <svx/svdobj.hxx>
+
#include <unotxdoc.hxx>
#include <rootfrm.hxx>
#include <docsh.hxx>
#include <IDocumentLayoutAccess.hxx>
-#include <IDocumentDrawModelAccess.hxx>
#include <textboxhelper.hxx>
-#include <unoframe.hxx>
-#include <drawdoc.hxx>
-#include <svx/svdpage.hxx>
-#include <svx/svdotext.hxx>
-#include <dcontact.hxx>
#include <frameformats.hxx>
-#include <fmtcntnt.hxx>
#include <unotextrange.hxx>
+#include <fmtanchr.hxx>
constexpr OUStringLiteral DATA_DIRECTORY = u"/sw/qa/extras/layout/data/";