diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-26 14:24:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-11-06 14:35:58 +0100 |
commit | ff8fdc310a13e677dfc97151f0752d7e88356b84 (patch) | |
tree | 445f4a412daf476819a7936e0edc75b3c21a66a1 /include/sfx2 | |
parent | bc089afb13029bae65b993992b3815430657ac24 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6ca0168abc71b4d9b6d332dc0fd8a3c779fdaa87
Reviewed-on: https://gerrit.libreoffice.org/62524
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/viewsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index de4285e7e81e..cb185bb7b058 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -33,6 +33,7 @@ #include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> #include <cppuhelper/interfacecontainer.hxx> #include <sfx2/shell.hxx> +#include <sfx2/viewfac.hxx> #include <tools/gen.hxx> #include <vcl/IDialogRenderable.hxx> #include <vcl/errcode.hxx> |