diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-17 20:09:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-02-21 14:04:45 +0100 |
commit | 4df97bdfac6fb41ec0e3cabd4bef17f2c4e8d84c (patch) | |
tree | 9e215f3d7e3e7b3bcdfa008b80b79cf2a5649861 /sd/source/ui/view/drviews7.cxx | |
parent | d50a7151431335d1431bccef000ae39f84bdf135 (diff) |
Recheck modules sd* with IWYU
See tdf#42949 for motivation
Change-Id: I97c1a0e8c7f26807b12e6062581066d09ea13086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130114
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 0a4fe894468d..0f94af51feb8 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -38,7 +38,6 @@ #include <svx/clipfmtitem.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> -#include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <svl/stritem.hxx> #include <svl/visitem.hxx> @@ -56,7 +55,6 @@ // #UndoRedo# #include <svtools/insdlg.hxx> #include <unotools/moduleoptions.hxx> -#include <svl/languageoptions.hxx> #include <svl/cjkoptions.hxx> #include <comphelper/processfactory.hxx> #include <sfx2/request.hxx> |