diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-02 22:49:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-20 12:22:45 +0100 |
commit | a26524e348fe06b93c26b1b1fa3dae3a5b26d6fa (patch) | |
tree | eb3ab567c4ab77bc58b95bd158d51e7d89b44e61 /chart2 | |
parent | 3826abea6a877433007ca32a96a71b3a41f0118e (diff) |
tdf#42949 Fix IWYU warnings in include/drawinglayer/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8daf57df5b8f9c609d4f3ca44bae7366addceb6c
Reviewed-on: https://gerrit.libreoffice.org/69151
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/DragMethod_PieSegment.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/DragMethod_PieSegment.cxx b/chart2/source/controller/main/DragMethod_PieSegment.cxx index a58c7a3271e2..30cd56d635fc 100644 --- a/chart2/source/controller/main/DragMethod_PieSegment.cxx +++ b/chart2/source/controller/main/DragMethod_PieSegment.cxx @@ -24,6 +24,7 @@ #include <ResId.hxx> #include <ObjectIdentifier.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/awt/Point.hpp> #include <basegfx/matrix/b2dhommatrix.hxx> #include <tools/diagnose_ex.h> |