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/vbacomments.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/vbacomments.cxx')
-rw-r--r-- | sc/source/ui/vba/vbacomments.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbacomments.cxx b/sc/source/ui/vba/vbacomments.cxx index 5841df0f84b1..02c5f9c1be32 100644 --- a/sc/source/ui/vba/vbacomments.cxx +++ b/sc/source/ui/vba/vbacomments.cxx @@ -17,9 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "vbacomments.hxx" +#include "vbacomment.hxx" +#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/sheet/XSheetAnnotation.hpp> +#include <com/sun/star/table/XCellRange.hpp> #include "vbaglobals.hxx" |