diff options
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleTextHelper.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 3 | ||||
-rw-r--r-- | svx/source/accessibility/charmapacc.cxx | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index f12281793b78..e87232a4f6df 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -38,7 +38,6 @@ #include <comphelper/accessibleeventnotifier.hxx> #include <vcl/svapp.hxx> #include <vcl/textdata.hxx> -#include <vcl/unohelp.hxx> // Project-local header diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index 5271f1887b83..70c9e4e37b2b 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/container/XChild.hpp> #include <comphelper/lok.hxx> -#include <comphelper/types.hxx> #include <o3tl/safeint.hxx> #include <rtl/ustring.hxx> #include <tools/debug.hxx> diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index 2de34e10da16..121a893bfea2 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SVX_SOURCE_ACCESSIBILITY_CHILDRENMANAGERIMPL_HXX #define INCLUDED_SVX_SOURCE_ACCESSIBILITY_CHILDRENMANAGERIMPL_HXX +#include <svx/AccessibleShape.hxx> #include <svx/IAccessibleViewForwarderListener.hxx> #include <svx/IAccessibleParent.hxx> #include <svx/AccessibleShapeTreeInfo.hxx> @@ -35,8 +36,6 @@ namespace accessibility { -class AccessibleShape; - class ChildDescriptor; // See below for declaration. typedef ::std::vector<ChildDescriptor> ChildDescriptorListType; diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx index b5a0544d75b5..fb65752d67d8 100644 --- a/svx/source/accessibility/charmapacc.cxx +++ b/svx/source/accessibility/charmapacc.cxx @@ -30,7 +30,6 @@ #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <comphelper/accessiblecontexthelper.hxx> -#include <comphelper/types.hxx> namespace svx { |