diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-22 17:47:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-24 15:55:08 +0100 |
commit | 6dd18351e3004d9a0c0d78265080be9c894edb92 (patch) | |
tree | b58315d0ccdc80b0dac91854fd20451c75d7c982 /svx/source/mnuctrls | |
parent | 04a7274a5158a9acd36c2ad20d45c63dc052a5cf (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I103c5c7f1a74e8c3a021a91c7a96ebc87cb19efd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89263
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/clipboardctl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index 693b465208e8..bfa024bd93bd 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -17,13 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/app.hxx> #include <sfx2/tbxctrl.hxx> -#include <sfx2/bindings.hxx> -#include <sfx2/dispatch.hxx> #include <svl/intitem.hxx> -#include <sot/exchange.hxx> -#include <svl/eitem.hxx> #include <vcl/menu.hxx> #include <vcl/toolbox.hxx> #include <svx/clipboardctl.hxx> |