summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-07-28 17:45:04 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-08-02 17:58:40 +0200
commit82828c6c4030ccc8b7af8ee4e7eebd9c6d32fdf9 (patch)
treeb538cc5080983812b0f59fe189e8e3694b31ee8b /unodevtools
parentbf3420110cdd21490bc8d49a471340e747585159 (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 from test to vbahelper Change-Id: Ia7f773511624099505d6a36a8d6e23c0cde4a737 Reviewed-on: https://gerrit.libreoffice.org/58225 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/unodevtools/options.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx
index e3650b9dfaed..664cdceca99d 100644
--- a/unodevtools/source/unodevtools/options.cxx
+++ b/unodevtools/source/unodevtools/options.cxx
@@ -22,6 +22,7 @@
#include <codemaker/global.hxx>
#include <rtl/ustring.hxx>
#include <rtl/process.h>
+#include <sal/log.hxx>
#include <options.hxx>
namespace unodevtools {
>2014-04-16cui: sal_Bool->boolNoel Grandin Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609 2014-02-23Remove unneccessary commentsAlexander Wilms Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-21coverity#738579 Uninitialized scalar fieldCaolán McNamara Change-Id: If5494435c5aa536a78a6b923d30c63861d0a0dd2 2014-02-21vcl: sal_Bool -> boolStephan Bergmann Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-01-28bool improvementsStephan Bergmann Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6 2013-10-01convert CUI module from String to OUStringNoel Grandin Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81 2013-09-28fdo#60896: Double click in Special Characters picker inserts nothingIvan Timofeev Change-Id: I9957d720231b3f2ff8e7869c7133fd8e29550e1f 2013-04-18fdo#63503 add 'Delete Last' button to Special Characters dialogAndras Timar Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150 2013-04-08Resolves: fdo#59246 shrink font to fit available widthCaolán McNamara Change-Id: I74cabfcbbfe24e598e497cf6eb451bd9ab517c44 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09