diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-10-02 20:26:00 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-11 11:32:08 +0200 |
commit | 9fc8b685f9dec107ec6df721ebf3844b992fd8b1 (patch) | |
tree | fb3d9db91c8768c5885d5ffcbacf2ac48ca1f069 /embeddedobj/source/inc/oleembobj.hxx | |
parent | 48f278705aa1d0e35317dae6c1c8b13f839a14a1 (diff) |
tdf#42949 Fix IWYU warnings in embeddedobj/
Except for test/ which seems to be unused anyway
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9d0b75dbb260f05390b513be75a4bdd24647c91b
Reviewed-on: https://gerrit.libreoffice.org/80077
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'embeddedobj/source/inc/oleembobj.hxx')
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index 25194c87d0f8..051d63294af4 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -26,13 +26,9 @@ #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XEmbeddedOleObject.hpp> #include <com/sun/star/embed/XInplaceObject.hpp> -#include <com/sun/star/embed/XVisualObject.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XLinkageSupport.hpp> -#include <com/sun/star/embed/XClassifiedObject.hpp> -#include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/VerbDescriptor.hpp> -#include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XCloseListener.hpp> |