diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-24 22:48:26 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 17:45:17 +0200 |
commit | 38ef4990bf34d7c7a7079e3b65af43656bb1845a (patch) | |
tree | 3de0a31dd9d5a03df0571ce5b83bc38400b35d84 /svx/source/accessibility | |
parent | 9d3912d4afc09b3b36701044493a4ea8e0d0ca47 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[a-D]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9770343f31f882427c9ae13e363b59cd1fb47e98
Reviewed-on: https://gerrit.libreoffice.org/71295
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleControlShape.cxx | 2 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleOLEShape.cxx | 2 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleTextHelper.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/charmapacc.cxx | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx index 91fc5b2ded68..2a18c84d3d1e 100644 --- a/svx/source/accessibility/AccessibleControlShape.cxx +++ b/svx/source/accessibility/AccessibleControlShape.cxx @@ -21,12 +21,14 @@ #include <svx/AccessibleShapeInfo.hxx> #include <svx/DescriptionGenerator.hxx> #include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/form/FormComponentType.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/reflection/ProxyFactory.hpp> #include <com/sun/star/util/XModeChangeBroadcaster.hpp> #include <com/sun/star/container/XContainer.hpp> diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx index e3412599a3df..108a06754fd6 100644 --- a/svx/source/accessibility/AccessibleOLEShape.cxx +++ b/svx/source/accessibility/AccessibleOLEShape.cxx @@ -26,6 +26,8 @@ #include <comphelper/sequence.hxx> #include <cppuhelper/queryinterface.hxx> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> + using namespace ::accessibility; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index f48771522017..6641c3f78d0d 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index 0b17df99d495..88b03e5ee599 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XController.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/container/XChild.hpp> #include <comphelper/types.hxx> diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx index 32f8bf8db96b..1f89a39fb0b6 100644 --- a/svx/source/accessibility/charmapacc.cxx +++ b/svx/source/accessibility/charmapacc.cxx @@ -19,6 +19,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <vcl/scrbar.hxx> +#include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <stdio.h> #include <svx/charmap.hxx> |