diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-15 23:17:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-12-07 10:39:41 +0100 |
commit | 5cfac9be8a55348e7d3bc773aae5bff6b1739080 (patch) | |
tree | b07590d670ab10e622c63cae10e848efe8383bbe /sd/source/ui/func/futext.cxx | |
parent | e70168ec88642dc4940bf6cf7ae49a97afc84916 (diff) |
tdf#42949 Fix new IWYU warnings in sd/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I360874fb66c9359abf46a00116d73f87ad122168
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106083
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/func/futext.cxx')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index a44e89b3b34b..db565991a74c 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -36,7 +36,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/bindings.hxx> -#include <sfx2/lokhelper.hxx> #include <sfx2/request.hxx> #include <editeng/editeng.hxx> #include <svx/svdoutl.hxx> |