diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-20 20:26:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-24 23:23:20 +0200 |
commit | 8df9935dcbdb1b64385642fbd37d43ab5b3d092c (patch) | |
tree | 80935c884fbcf19e9b170f7565edf9b229f0abb2 /svx/source | |
parent | 8a83a40dc23b1e7c64a34c33a0ca57afc5183f40 (diff) |
tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a
Reviewed-on: https://gerrit.libreoffice.org/60837
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index f18938084d6d..1e0fa47af5bb 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -20,6 +20,7 @@ #include <config_features.h> #include <com/sun/star/document/EventObject.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <osl/mutex.hxx> diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index e0e619841e40..0e1300884c8d 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/util/XModifiable.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XLinkageSupport.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/Aspects.hpp> |