diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-07 15:09:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-24 14:39:20 +0200 |
commit | 6b82bbd9e7c3aab343c5e7e9e3fb0bcfc70e2cb7 (patch) | |
tree | d59da099ebf1b8871cb8700492b6952f5d611b2e /xmloff/source/forms/callbacks.hxx | |
parent | 41d0f5540208f7b86c91804631a141380c397a57 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iaad32419c49406a11f7cfb5856b33539d2a2894b
Reviewed-on: https://gerrit.libreoffice.org/79077
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r-- | xmloff/source/forms/callbacks.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx index afd36ba9b632..99b8840e8904 100644 --- a/xmloff/source/forms/callbacks.hxx +++ b/xmloff/source/forms/callbacks.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_SOURCE_FORMS_CALLBACKS_HXX #include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/script/ScriptEventDescriptor.hpp> #include <rtl/ref.hxx> |