diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-05 16:09:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-08 17:20:58 +0200 |
commit | 47db30bdb35a86bf34d2574c9af3f06b1d2a8bd7 (patch) | |
tree | 6bcb3b21b39aecc7506b966bd1155d1a5784ede9 /chart2/source/controller/main/ShapeController.cxx | |
parent | d1ffda89c59a11a00f9d846d540fc6502a5cb289 (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Try harder to use fw declarations, and a few newly analyzed files
Change-Id: I50299e9115ced60468c7bc5e63013addbaec48c0
Reviewed-on: https://gerrit.libreoffice.org/58618
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/main/ShapeController.cxx')
-rw-r--r-- | chart2/source/controller/main/ShapeController.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx index 7767d77773e0..875ba6bcf947 100644 --- a/chart2/source/controller/main/ShapeController.cxx +++ b/chart2/source/controller/main/ShapeController.cxx @@ -26,6 +26,7 @@ #include <dlg_ShapeParagraph.hxx> #include <chartview/DrawModelWrapper.hxx> +#include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/frame/CommandGroup.hpp> #include <com/sun/star/frame/XStorable.hpp> |