diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-06-22 17:26:05 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-28 09:12:04 +0000 |
commit | 65aa28cc1c8a90865c3a9ea379722730c40ecb53 (patch) | |
tree | 0e999bb3ebb4f7ac87b9958b98b1e04d814097bb /sd/source | |
parent | 7097037d5a20d2cad5a5e4b10f8f9d5aaf37589f (diff) |
tdf#42949: clean up includes in include/svx/[a-c]* with iwyu
Change-Id: I7768f4dbe9892c4264cb16eed87497894aa7494e
Reviewed-on: https://gerrit.libreoffice.org/26582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePageShape.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx b/sd/source/ui/accessibility/AccessiblePageShape.cxx index 643bc125925b..43513cfdb810 100644 --- a/sd/source/ui/accessibility/AccessiblePageShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx @@ -19,6 +19,8 @@ #include "AccessiblePageShape.hxx" #include <svx/AccessibleShapeInfo.hxx> +#include <svx/IAccessibleViewForwarder.hxx> +#include <tools/gen.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> |