diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-10 13:48:58 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-06-16 11:44:09 +0200 |
commit | 8ea8ad4e492583e6d1ff278ff0dc679531c8a20e (patch) | |
tree | 79aadb64fc1964f7b0e4e98cd4939dc16a775434 /sd/source/ui/view/drviews8.cxx | |
parent | e92e240693ca13ac2ee38da3518b12f57d3974db (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[dDE]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management.
Change-Id: Ie86a34f7f091525f21369f989165a56eace70513
Reviewed-on: https://gerrit.libreoffice.org/55558
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sd/source/ui/view/drviews8.cxx')
-rw-r--r-- | sd/source/ui/view/drviews8.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx index e396b8ec6ea8..ca2128ccd556 100644 --- a/sd/source/ui/view/drviews8.cxx +++ b/sd/source/ui/view/drviews8.cxx @@ -21,6 +21,7 @@ #include <ViewShellHint.hxx> +#include <com/sun/star/scanner/XScannerManager2.hpp> #include <toolkit/helper/vclunohelper.hxx> #include <sfx2/dispatch.hxx> #include <svx/svxids.hrc> |