diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-09 23:12:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-10 10:15:00 +0200 |
commit | dab764b70855c884cdd1583911b68031635c0f10 (patch) | |
tree | 435aee6d856a21afdf954d420109853b53bd98f7 /editeng | |
parent | aabafa92a5d66a9d706125b88bfca55fd3ca6473 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
There were some changes since last run and some omitted files
Change-Id: I666ac8ed7d06684e252ca590e3d7d454e9e10975
Reviewed-on: https://gerrit.libreoffice.org/70497
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 961f9ccffb51..01759a632ce8 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -47,6 +47,7 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <i18nutil/unicode.hxx> #include <unotools/ucbstreamhelper.hxx> #include <limits.h> |