diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-11 23:06:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-12 09:08:08 +0200 |
commit | 189d3e10c7d25138c58f28ca4f5c041f1a9f4494 (patch) | |
tree | 847b492819f180fe88986193e3ddb6fc5b1c88cd /sw/inc/accmap.hxx | |
parent | d5ed07d2a249e61937dd42a4b2efb7e7fbef02d6 (diff) |
sw: fix some IWYU warnings
Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675
Reviewed-on: https://gerrit.libreoffice.org/52750
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r-- | sw/inc/accmap.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index f4ed96f3fc59..12ccb97b7111 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_INC_ACCMAP_HXX #include <cppuhelper/weakref.hxx> -#include <com/sun/star/accessibility/XAccessible.hpp> #include <rtl/ref.hxx> #include <osl/mutex.hxx> #include <svx/IAccessibleViewForwarder.hxx> @@ -35,7 +34,6 @@ class SwAccessibleParagraph; class SwViewShell; -namespace tools { class Rectangle; } class SwFrame; class SwTextFrame; class SwPageFrame; @@ -55,6 +53,7 @@ class SwFEShell; class Fraction; struct PreviewPage; namespace vcl { class Window; } +namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } } // The shape list is filled if an accessible shape is destroyed. It // simply keeps a reference to the accessible shape's XShape. These |