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 /forms | |
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 'forms')
-rw-r--r-- | forms/source/misc/listenercontainers.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/attributedispatcher.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/clipboarddispatcher.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/featuredispatcher.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/parametrizedattributedispatcher.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/specialdispatchers.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/forms/source/misc/listenercontainers.cxx b/forms/source/misc/listenercontainers.cxx index 78c07626a95a..13adf3e612ad 100644 --- a/forms/source/misc/listenercontainers.cxx +++ b/forms/source/misc/listenercontainers.cxx @@ -18,6 +18,7 @@ */ #include <listenercontainers.hxx> +#include <osl/diagnose.h> namespace frm diff --git a/forms/source/richtext/attributedispatcher.cxx b/forms/source/richtext/attributedispatcher.cxx index 309bc6b8d8fc..98c9acf2b6c6 100644 --- a/forms/source/richtext/attributedispatcher.cxx +++ b/forms/source/richtext/attributedispatcher.cxx @@ -21,6 +21,7 @@ #include <editeng/editview.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> namespace frm diff --git a/forms/source/richtext/clipboarddispatcher.cxx b/forms/source/richtext/clipboarddispatcher.cxx index 125e47bd0d2f..c872d05ebc84 100644 --- a/forms/source/richtext/clipboarddispatcher.cxx +++ b/forms/source/richtext/clipboarddispatcher.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <svtools/cliplistener.hxx> #include <svtools/transfer.hxx> +#include <osl/diagnose.h> namespace frm diff --git a/forms/source/richtext/featuredispatcher.cxx b/forms/source/richtext/featuredispatcher.cxx index d01571bff032..ac425532f008 100644 --- a/forms/source/richtext/featuredispatcher.cxx +++ b/forms/source/richtext/featuredispatcher.cxx @@ -18,6 +18,7 @@ */ #include "featuredispatcher.hxx" +#include <osl/diagnose.h> namespace frm diff --git a/forms/source/richtext/parametrizedattributedispatcher.cxx b/forms/source/richtext/parametrizedattributedispatcher.cxx index 01ef4f6af300..f60699c172e2 100644 --- a/forms/source/richtext/parametrizedattributedispatcher.cxx +++ b/forms/source/richtext/parametrizedattributedispatcher.cxx @@ -21,6 +21,7 @@ #include <editeng/editview.hxx> #include <svl/itemset.hxx> #include <svl/itempool.hxx> +#include <osl/diagnose.h> #include <svx/svxids.hrc> #include <sfx2/sfxuno.hxx> diff --git a/forms/source/richtext/specialdispatchers.cxx b/forms/source/richtext/specialdispatchers.cxx index 31a1c6cde092..a45ccca5a502 100644 --- a/forms/source/richtext/specialdispatchers.cxx +++ b/forms/source/richtext/specialdispatchers.cxx @@ -22,6 +22,7 @@ #include <editeng/editview.hxx> #include <svx/svxids.hrc> #include <editeng/scriptspaceitem.hxx> +#include <osl/diagnose.h> namespace frm |