diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-26 00:29:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-27 11:18:34 +0100 |
commit | 1805c7ce2d4ef5227ce8f456956d047144c6aaf8 (patch) | |
tree | 7acc0b7970e8a9c9e4e9433c610e654110bec914 /sc/source/ui/docshell/olinefun.cxx | |
parent | 4076b7589a7c856beb4fe2f7f5cd784443415cd3 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxx
Also additions were needed in include/sfx2/msg.hxx
to avoid build breakage
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I259ff10aaa5d044d4b11f9041174765d5a5f7dc7
Reviewed-on: https://gerrit.libreoffice.org/68364
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/docshell/olinefun.cxx')
-rw-r--r-- | sc/source/ui/docshell/olinefun.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx index cad48943ed54..574165aea714 100644 --- a/sc/source/ui/docshell/olinefun.cxx +++ b/sc/source/ui/docshell/olinefun.cxx @@ -24,12 +24,10 @@ #include <docsh.hxx> #include <olinetab.hxx> #include <tabvwsh.hxx> -#include <inputhdl.hxx> #include <undodat.hxx> #include <globstr.hrc> #include <sc.hrc> -#include <sfx2/lokhelper.hxx> #include <comphelper/lok.hxx> |