diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-11 10:59:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-12 09:55:47 +0200 |
commit | 22c484b5978eb47b6fd935d37b6f83cf96158528 (patch) | |
tree | 9227cfc50194a8ff3f74b82653c6e2c8cb23bbc0 /sc/source/ui/view/editsh.cxx | |
parent | e71b46196cdfa8fa753b4f5030c8e95eb61105ee (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie47dff381392ef57cb857184c179bf82d3b55862
Reviewed-on: https://gerrit.libreoffice.org/77258
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/view/editsh.cxx')
-rw-r--r-- | sc/source/ui/view/editsh.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index 3d8cf4c88312..932bc0d6fda6 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/linguistic2/XThesaurus.hpp> #include <comphelper/string.hxx> #include <scitems.hxx> #include <editeng/eeitem.hxx> @@ -27,7 +26,6 @@ #include <svx/svxdlg.hxx> #include <editeng/contouritem.hxx> #include <editeng/outliner.hxx> -#include <editeng/unolingu.hxx> #include <editeng/crossedoutitem.hxx> #include <editeng/editeng.hxx> #include <editeng/editview.hxx> @@ -40,10 +38,8 @@ #include <editeng/postitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/shdditem.hxx> -#include <svl/srchitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/wghtitem.hxx> -#include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/msg.hxx> @@ -51,7 +47,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> -#include <sot/exchange.hxx> #include <svtools/cliplistener.hxx> #include <svl/whiter.hxx> #include <sot/formats.hxx> |