diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-28 16:47:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-30 17:28:49 +0200 |
commit | efdc775d7dd464dcbd917623df94df87810d9bf3 (patch) | |
tree | 74429bd55327dce26e4c6b1cb7553827f0dd384e /sd/source/ui/view/drviews2.cxx | |
parent | 05ae22e9f99ae6236a77a3fbfb5ac1e3f95df619 (diff) |
Add missing sal/log.hxx headers
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it.
This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes.
This commit adds missing headers to every file found by:
grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG')
to directories scripting, sd, sdext
Change-Id: I47889cd889cf1d68353184229bfd4712f1528fbf
Reviewed-on: https://gerrit.libreoffice.org/58220
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 3891ecb24486..349958309385 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -46,6 +46,7 @@ #include <editeng/CustomPropertyField.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> |