diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-08-26 21:54:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-08-27 08:30:13 +0200 |
commit | 0cb4818f079e5916e2abfb13a04599559dcfa796 (patch) | |
tree | 3f1fd6ffb3801a0ff7bf21648c4afc4a51c27b05 /sw | |
parent | 47df2d88d3dee617d76d05e4fcf6063e57a3b199 (diff) |
sw: remove some unused includes
See tdf#42949 for motivation.
Change-Id: I7082c51ce73b69f27154fe7308df913a38973100
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121129
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 2eaea6a15c67..51dd08159730 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -13,8 +13,6 @@ #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> @@ -40,7 +38,6 @@ #include <ndtxt.hxx> #include <frmatr.hxx> #include <IDocumentSettingAccess.hxx> -#include <config_features.h> #include <unotxdoc.hxx> #include <rootfrm.hxx> #include <docsh.hxx> |