diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-07 10:56:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-07 17:28:47 +0200 |
commit | a30072282e7bc7d9dda68986b4859cc1d6575597 (patch) | |
tree | 86d148805a1c64a634380c1192bca27133380a73 /sc/source/ui/docshell/docsh4.cxx | |
parent | 8e7d6bd5095404337c6e6dab1b9a20f69765ef29 (diff) |
tdf#42949 Fix remaining IWYU warnings in sc/inc
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
With this patch, find-unneeded-includes gives no more problems
Change-Id: I24e62be7a387d7fd97a36f54eed0ba9d83ddaf0c
Reviewed-on: https://gerrit.libreoffice.org/58667
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh4.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index 56e47acad5ec..c1139561817e 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -52,6 +52,7 @@ using namespace ::com::sun::star; #include <sfx2/passwd.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/dispatch.hxx> +#include <sfx2/sfxdlg.hxx> #include <svl/PasswordHelper.hxx> #include <svl/documentlockfile.hxx> #include <svl/sharecontrolfile.hxx> |