diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-12 01:40:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-17 10:01:04 +0100 |
commit | a0d8600bbcc2fd108b1f44ca735a921bc8b4b577 (patch) | |
tree | 05aa6933aba37defe11990d1d4e27997ead60b9d /svx/source/accessibility/svxrectctaccessiblecontext.cxx | |
parent | fb032d58c71fc2d5c199b24b669a69ce119fff80 (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/accessibility/svxrectctaccessiblecontext.cxx')
-rw-r--r-- | svx/source/accessibility/svxrectctaccessiblecontext.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx b/svx/source/accessibility/svxrectctaccessiblecontext.cxx index e1058f05972f..8162a0468b5b 100644 --- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx +++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx @@ -22,11 +22,7 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <unotools/accessiblestatesethelper.hxx> #include <com/sun/star/accessibility/AccessibleStateType.hpp> -#include <com/sun/star/beans/PropertyChangeEvent.hpp> -#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> -#include <cppuhelper/typeprovider.hxx> -#include <cppuhelper/supportsservice.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> @@ -37,7 +33,6 @@ #include <svx/strings.hrc> #include <svx/dlgctrl.hxx> #include <svx/dialmgr.hxx> -#include <comphelper/accessibleeventnotifier.hxx> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <unotools/accessiblerelationsethelper.hxx> |