From 1d39c5aa7bd6419060ed10d9fbdc2a643000f363 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen <kelemen.gabor2@nisz.hu> Date: Sat, 23 Mar 2019 13:17:16 +0100 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6e97c7ed6c0211dfafee83b9bdbea672e415fc49 Reviewed-on: https://gerrit.libreoffice.org/69715 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> --- basctl/source/basicide/basobj3.cxx | 1 + basctl/source/basicide/iderdll.cxx | 1 + basctl/source/basicide/moduldl2.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'basctl/source') diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index f9b50882cff7..1d9500ce4dcb 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -32,6 +32,7 @@ #include <localizationmgr.hxx> #include <dlged.hxx> #include <com/sun/star/script/XLibraryContainerPassword.hpp> +#include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/sfxsids.hrc> #include <sfx2/request.hxx> diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 4fa61b7456ae..8659031a719f 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -35,6 +35,7 @@ #include <com/sun/star/script/XLibraryContainerPassword.hpp> #include <unotools/resmgr.hxx> #include <vcl/settings.hxx> +#include <sfx2/app.hxx> namespace basctl { diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index 728de23842fa..7494d288266b 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -27,6 +27,7 @@ #include <svx/passwd.hxx> #include <ucbhelper/content.hxx> #include <rtl/uri.hxx> +#include <sfx2/app.hxx> #include <sfx2/dinfdlg.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/filedlghelper.hxx> -- cgit