From efdc775d7dd464dcbd917623df94df87810d9bf3 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 28 Jul 2018 16:47:47 +0200 Subject: Add missing sal/log.hxx headers rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include (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 --- scripting/source/provider/BrowseNodeFactoryImpl.cxx | 1 + scripting/source/provider/MasterScriptProvider.cxx | 1 + scripting/source/provider/ProviderCache.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'scripting/source/provider') diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx index 046451611c0c..122e3e247279 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx @@ -36,6 +36,7 @@ #include #include +#include #include "BrowseNodeFactoryImpl.hxx" #include "MasterScriptProvider.hxx" diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index d82d70f3f1dd..ee08adecd50a 100644 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -41,6 +41,7 @@ #include #include +#include #include "ActiveMSPList.hxx" #include "MasterScriptProvider.hxx" diff --git a/scripting/source/provider/ProviderCache.cxx b/scripting/source/provider/ProviderCache.cxx index 09cfbcb6c988..4e3b0230efa9 100644 --- a/scripting/source/provider/ProviderCache.cxx +++ b/scripting/source/provider/ProviderCache.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3