diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-28 04:37:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-30 09:13:55 +0100 |
commit | 9059457a1a8385cb80b5dd2c797cee77af4222a9 (patch) | |
tree | 2a142e7be68a74d222c04678bec518048c7003d8 /sc/source/ui/vba/vbaworkbook.cxx | |
parent | 5bdc78f65da36d65e94de1e2dde5659f0563f08f (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3a945828b4c74be7747850e3e0eab2f4adeb67fd
Reviewed-on: https://gerrit.libreoffice.org/64140
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/vba/vbaworkbook.cxx')
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx index d2d500f56c77..6793bf70bc66 100644 --- a/sc/source/ui/vba/vbaworkbook.cxx +++ b/sc/source/ui/vba/vbaworkbook.cxx @@ -44,6 +44,7 @@ #include <nameuno.hxx> #include <docoptio.hxx> #include <unonames.hxx> +#include <docsh.hxx> // Much of the impl. for the equivalent UNO module is // sc/source/ui/unoobj/docuno.cxx, viewuno.cxx |