diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-08 00:09:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-19 09:24:01 +0200 |
commit | 71ef762f21ada8c25aad2183065478171e985e8c (patch) | |
tree | 9fe775ae7905c342273d144d94dc4e36e752ac51 /svtools/source/misc/embedtransfer.cxx | |
parent | 10b457143a2848611ff4fd91c1e74ce8ba975e4e (diff) |
tdf#42949 Fix IWYU warnings in svtools/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72
Reviewed-on: https://gerrit.libreoffice.org/78767
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/source/misc/embedtransfer.cxx')
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 61ad948ea8da..ac18b8cdead9 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/EmbedStates.hpp> -#include <com/sun/star/embed/XVisualObject.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> |