sw/qa/extras/layout/layout.cxx | 8 -------- sw/qa/extras/layout/layout2.cxx | 5 ----- 2 files changed, 13 deletions(-)
New commits: commit 66567d95ac103b8dba8736b554d9a061cf771fe8 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Jan 28 15:18:29 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Jan 28 19:19:03 2022 +0100 CppunitTest_sw_layoutwriter*: remove unused includes Change-Id: I5f826496f7fbdbe6ef4139f0907c4baf04826bc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129106 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 20158e3ae744..74638e413d59 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -8,23 +8,18 @@ */ #include <swmodeltestbase.hxx> -#include <com/sun/star/linguistic2/LinguServiceManager.hpp> #include <comphelper/propertysequence.hxx> #include <com/sun/star/linguistic2/XHyphenator.hpp> #include <com/sun/star/text/WrapTextMode.hpp> -#include <comphelper/scopeguard.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 <fmtanchr.hxx> #include <fmtfsize.hxx> #include <fmtcntnt.hxx> #include <wrtsh.hxx> @@ -34,17 +29,14 @@ #include <pagefrm.hxx> #include <bodyfrm.hxx> #include <sortedobjs.hxx> -#include <anchoredobject.hxx> #include <ndtxt.hxx> #include <frmatr.hxx> #include <IDocumentSettingAccess.hxx> #include <unotxdoc.hxx> #include <rootfrm.hxx> -#include <docsh.hxx> #include <IDocumentLayoutAccess.hxx> #include <IDocumentDrawModelAccess.hxx> #include <IDocumentRedlineAccess.hxx> -#include <textboxhelper.hxx> #include <unoframe.hxx> #include <drawdoc.hxx> #include <svx/svdpage.hxx> diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx index 7e548490f67d..d833800c9fae 100644 --- a/sw/qa/extras/layout/layout2.cxx +++ b/sw/qa/extras/layout/layout2.cxx @@ -14,20 +14,15 @@ #include <comphelper/scopeguard.hxx> #include <unotools/syslocaleoptions.hxx> -#include <i18nlangtag/languagetag.hxx> #include <editeng/unolingu.hxx> -#include <svx/svdobj.hxx> #include <unotxdoc.hxx> #include <rootfrm.hxx> -#include <docsh.hxx> #include <wrtsh.hxx> #include <IDocumentLayoutAccess.hxx> -#include <textboxhelper.hxx> #include <frameformats.hxx> #include <unotextrange.hxx> #include <fmtanchr.hxx> -#include <editsh.hxx> constexpr OUStringLiteral DATA_DIRECTORY = u"/sw/qa/extras/layout/data/";