diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-06 00:36:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-07 10:43:51 +0200 |
commit | 9912d3e4003a10d7bc690afdef69473976244dd7 (patch) | |
tree | 80f3517bbe8428246d0bd88be3b4cb45aebb2167 /sd/source/ui/annotations | |
parent | 4b5194bd1d0dd893720ec0b311ee215a3168219f (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[t-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4ec951ddbc0a5ad4718bb44731eb2b4a0f718afc
Reviewed-on: https://gerrit.libreoffice.org/60061
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r-- | sd/source/ui/annotations/annotationmanagerimpl.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationtag.cxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index 14efddce351e..daee8b8df347 100644 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/office/XAnnotationAccess.hpp> +#include <com/sun/star/drawing/XDrawView.hpp> #include <rtl/ustring.hxx> @@ -33,6 +34,7 @@ #include "annotationtag.hxx" class SfxRequest; +class SdPage; namespace sd { diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index 99e37fd59c8a..0a3d017798a6 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/util/XChangesNotifier.hpp> +#include <com/sun/star/drawing/XDrawView.hpp> #include <vcl/help.hxx> #include <vcl/svapp.hxx> |