diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-27 22:33:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-30 16:26:31 +0200 |
commit | c6e5d55171b295149a5e93fa8ee23c9c9908c6dd (patch) | |
tree | f8b2be3f9b44495514cfb96671a0108541d21ee4 | |
parent | 5ea91ed27342766f2b6103ddb64f07e35af54e50 (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 l10ntools to reportdesign
Change-Id: Ia2dc93dd848c2dc0b6a8cb6e19849c614ec55198
Reviewed-on: https://gerrit.libreoffice.org/58205
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
107 files changed, 114 insertions, 0 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 4e55b45a6942..eeef73a6dc5b 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <algorithm> #include <fstream> diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx index c2ccb47cdfe1..72644095c8f8 100644 --- a/l10ntools/source/po.cxx +++ b/l10ntools/source/po.cxx @@ -9,6 +9,7 @@ #include <rtl/ustring.hxx> #include <rtl/crc.h> +#include <sal/log.hxx> #include <cstring> #include <ctime> diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx index c33c7176c0b3..957ab25e2334 100644 --- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx @@ -33,6 +33,7 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/textenc.h> +#include <sal/log.hxx> #include <linguistic/lngprops.hxx> #include <linguistic/misc.hxx> diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index 755ffb72c060..c29afc0e25b1 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -21,6 +21,7 @@ #include <cppuhelper/factory.hxx> #include <i18nlangtag/lang.h> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx index 26c9fca36f92..5e7ab7abb35d 100644 --- a/linguistic/source/convdiclist.cxx +++ b/linguistic/source/convdiclist.cxx @@ -33,6 +33,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> +#include <sal/log.hxx> #include <rtl/instance.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index ddc5074f62c7..8c4fe534d1be 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -24,6 +24,7 @@ #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index e1b92d4a41a1..4db66d632b22 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -39,6 +39,7 @@ #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <svtools/strings.hrc> #include <unotools/resmgr.hxx> +#include <sal/log.hxx> #include "defs.hxx" #include "dlistimp.hxx" diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index d124ab1865aa..be3fa38243a3 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -46,6 +46,7 @@ #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <sal/config.h> +#include <sal/log.hxx> #include <osl/conditn.hxx> #include <osl/thread.hxx> #include <cppuhelper/implementationentry.hxx> diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx index 425d29124500..e7d35007cfaf 100644 --- a/linguistic/source/hyphdsp.cxx +++ b/linguistic/source/hyphdsp.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <algorithm> diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 475b9c505525..fd633f4671f5 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -20,6 +20,7 @@ #include <tools/debug.hxx> #include <sal/macros.h> +#include <sal/log.hxx> #include <com/sun/star/linguistic2/LinguServiceEvent.hpp> #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 8c8aba8fdca6..e50d607caa4d 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/deployment/DeploymentException.hpp> #include <com/sun/star/deployment/ExtensionManager.hpp> diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 6582c91db586..e21de4970bec 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/macros.h> +#include <sal/log.hxx> #include <unotools/pathoptions.hxx> #include <svl/lngmisc.hxx> #include <ucbhelper/content.hxx> diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index b3a795f7f75c..104dce04bff6 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -32,6 +32,7 @@ #include <tools/debug.hxx> #include <svl/lngmisc.hxx> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <vector> diff --git a/linguistic/source/thesdsp.cxx b/linguistic/source/thesdsp.cxx index 9b34cf300204..0e35a0ba5b80 100644 --- a/linguistic/source/thesdsp.cxx +++ b/linguistic/source/thesdsp.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/processfactory.hxx> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include "thesdsp.hxx" #include <linguistic/lngprops.hxx> diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx index 325114cdb8ee..35a8e3475030 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx @@ -71,6 +71,7 @@ #include <xfilter/xflist.hxx> #include <lwpglobalmgr.hxx> #include <xfilter/xflistitem.hxx> +#include <sal/log.hxx> LwpBulletStyleMgr::LwpBulletStyleMgr() : m_pFoundry(nullptr) diff --git a/lotuswordpro/source/filter/lwpdivinfo.cxx b/lotuswordpro/source/filter/lwpdivinfo.cxx index 8ff1939872e9..bd4da5b6070c 100644 --- a/lotuswordpro/source/filter/lwpdivinfo.cxx +++ b/lotuswordpro/source/filter/lwpdivinfo.cxx @@ -63,6 +63,7 @@ #include <lwpfilehdr.hxx> #include "lwpholder.hxx" #include "lwppagehint.hxx" +#include <sal/log.hxx> LwpDivInfo::LwpDivInfo(LwpObjectHeader const & objHdr, LwpSvStream* pStrm) : LwpObject(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwpfont.cxx b/lotuswordpro/source/filter/lwpfont.cxx index fda432add2b4..329e08790b16 100644 --- a/lotuswordpro/source/filter/lwpfont.cxx +++ b/lotuswordpro/source/filter/lwpfont.cxx @@ -60,6 +60,7 @@ #include <xfilter/xftextstyle.hxx> #include <xfilter/xfdefs.hxx> #include <xfilter/xfcolor.hxx> +#include <sal/log.hxx> void LwpFontAttrEntry::Read(LwpObjectStream *pStrm) { diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx b/lotuswordpro/source/filter/lwpgrfobj.cxx index 10945a7ff982..dcfee796bbb1 100644 --- a/lotuswordpro/source/filter/lwpgrfobj.cxx +++ b/lotuswordpro/source/filter/lwpgrfobj.cxx @@ -82,6 +82,7 @@ #include <string.h> #include <osl/thread.h> +#include <sal/log.hxx> #define EF_NONE 0x0000 #define EF_ODMA 0x0002 diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx index 5e548d1a6019..115c4635b339 100644 --- a/lotuswordpro/source/filter/lwplayout.cxx +++ b/lotuswordpro/source/filter/lwplayout.cxx @@ -72,6 +72,7 @@ #include "lwpdivinfo.hxx" #include "lwpgrfobj.hxx" #include <osl/thread.h> +#include <sal/log.hxx> LwpVirtualLayout::LwpVirtualLayout(LwpObjectHeader const &objHdr, LwpSvStream* pStrm) : LwpDLNFPVList(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwpobjfactory.cxx b/lotuswordpro/source/filter/lwpobjfactory.cxx index 0f598c189b63..bd24168882ba 100644 --- a/lotuswordpro/source/filter/lwpobjfactory.cxx +++ b/lotuswordpro/source/filter/lwpobjfactory.cxx @@ -94,6 +94,7 @@ #include <lwpdocdata.hxx> #include "lwpnotes.hxx" #include "lwpverdocument.hxx" +#include <sal/log.hxx> //LwpObjectFactory* LwpObjectFactory::m_pMgr = NULL; diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx index b3d58c692542..c083b37d0b59 100644 --- a/lotuswordpro/source/filter/lwppagelayout.cxx +++ b/lotuswordpro/source/filter/lwppagelayout.cxx @@ -74,6 +74,7 @@ #include <sfx2/printer.hxx> #include <lwpchangemgr.hxx> #include <lwpglobalmgr.hxx> +#include <sal/log.hxx> LwpPageLayout::LwpPageLayout(LwpObjectHeader const &objHdr, LwpSvStream* pStrm) : LwpLayout(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwpparaborderoverride.cxx b/lotuswordpro/source/filter/lwpparaborderoverride.cxx index 7f886da12c12..4d372ae5b763 100644 --- a/lotuswordpro/source/filter/lwpparaborderoverride.cxx +++ b/lotuswordpro/source/filter/lwpparaborderoverride.cxx @@ -64,6 +64,7 @@ #include "lwpborderstuff.hxx" #include "lwpshadow.hxx" #include "lwpmargins.hxx" +#include <sal/log.hxx> LwpParaBorderOverride::LwpParaBorderOverride() { diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx index 05daa2e7686b..e77c45138649 100644 --- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx +++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.cxx @@ -74,6 +74,7 @@ #include <xfilter/xfdrawlinestyle.hxx> #include <xfilter/xfparagraph.hxx> #include <xfilter/xfstylemanager.hxx> +#include <sal/log.hxx> LwpSdwGroupLoaderV0102::LwpSdwGroupLoaderV0102(SvStream* pStream, LwpGraphicObject* pGraphicObj) : m_pStream(pStream) diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx index 51d2a25ab641..6c9b71ef5d64 100644 --- a/lotuswordpro/source/filter/lwptablelayout.cxx +++ b/lotuswordpro/source/filter/lwptablelayout.cxx @@ -83,6 +83,7 @@ #include <xfilter/xfparastyle.hxx> #include <memory> #include <set> +#include <sal/log.hxx> LwpSuperTableLayout::LwpSuperTableLayout(LwpObjectHeader const &objHdr, LwpSvStream* pStrm) : LwpPlacableLayout(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwptblformula.cxx b/lotuswordpro/source/filter/lwptblformula.cxx index 768e54f14a65..342893431021 100644 --- a/lotuswordpro/source/filter/lwptblformula.cxx +++ b/lotuswordpro/source/filter/lwptblformula.cxx @@ -66,6 +66,7 @@ #include "lwptablelayout.hxx" #include <osl/thread.h> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <memory> LwpFormulaArg::~LwpFormulaArg() diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx index e6af6f42e8f1..93d5a451d993 100644 --- a/lotuswordpro/source/filter/tocread.cxx +++ b/lotuswordpro/source/filter/tocread.cxx @@ -55,6 +55,7 @@ ************************************************************************/ #include <sal/config.h> +#include <sal/log.hxx> #include <cstring> diff --git a/oox/source/core/relationshandler.cxx b/oox/source/core/relationshandler.cxx index 602205c5bbe5..7308f41ec9ad 100644 --- a/oox/source/core/relationshandler.cxx +++ b/oox/source/core/relationshandler.cxx @@ -20,6 +20,7 @@ #include <oox/core/relationshandler.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 2121716dad4e..0a9ad85582e3 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -41,6 +41,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <i18nlangtag/languagetag.hxx> #include <oox/core/fastparser.hxx> #include <oox/core/fragmenthandler.hxx> diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx index 26d7e32443f7..cf3ce7b5d48e 100644 --- a/oox/source/docprop/docprophandler.cxx +++ b/oox/source/docprop/docprophandler.cxx @@ -29,6 +29,7 @@ #include <o3tl/safeint.hxx> #include <osl/time.h> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <i18nlangtag/languagetag.hxx> #include <vector> diff --git a/oox/source/drawingml/color.cxx b/oox/source/drawingml/color.cxx index f0ca6f509404..625adf5fca78 100644 --- a/oox/source/drawingml/color.cxx +++ b/oox/source/drawingml/color.cxx @@ -21,6 +21,7 @@ #include <algorithm> #include <math.h> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/containerhelper.hxx> #include <oox/helper/graphichelper.hxx> #include <oox/drawingml/drawingmltypes.hxx> diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx index 5b3b04a4a58f..5726ab425cff 100644 --- a/oox/source/drawingml/customshapegeometry.cxx +++ b/oox/source/drawingml/customshapegeometry.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp> #include <com/sun/star/xml/sax/FastToken.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/helper.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/propertymap.hxx> diff --git a/oox/source/drawingml/customshapepresetdata.cxx b/oox/source/drawingml/customshapepresetdata.cxx index 48c93614dc86..2e392f19f91a 100644 --- a/oox/source/drawingml/customshapepresetdata.cxx +++ b/oox/source/drawingml/customshapepresetdata.cxx @@ -9,6 +9,7 @@ #include <config_folders.h> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> #include <tools/stream.hxx> #include <comphelper/sequence.hxx> diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 7e87ea8d5248..80a3c2a3e036 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <comphelper/sequence.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index e7a2df78bd5e..7dbd454f1595 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <editeng/unoprnms.hxx> #include <drawingml/textbody.hxx> #include <drawingml/textparagraph.hxx> diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx index e0fd7d246c60..d3c006dc447a 100644 --- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx +++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx @@ -20,6 +20,7 @@ #include "diagramlayoutatoms.hxx" #include <basegfx/numeric/ftools.hxx> +#include <sal/log.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/properties.hxx> diff --git a/oox/source/drawingml/diagram/layoutatomvisitors.cxx b/oox/source/drawingml/diagram/layoutatomvisitors.cxx index ce8e6ab72b9e..bf8747f0995d 100644 --- a/oox/source/drawingml/diagram/layoutatomvisitors.cxx +++ b/oox/source/drawingml/diagram/layoutatomvisitors.cxx @@ -21,6 +21,8 @@ #include <drawingml/customshapeproperties.hxx> +#include <sal/log.hxx> + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; diff --git a/oox/source/drawingml/diagram/layoutnodecontext.cxx b/oox/source/drawingml/diagram/layoutnodecontext.cxx index 9bbe8b31421c..682348172f87 100644 --- a/oox/source/drawingml/diagram/layoutnodecontext.cxx +++ b/oox/source/drawingml/diagram/layoutnodecontext.cxx @@ -27,6 +27,7 @@ #include "constraintlistcontext.hxx" #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> +#include <sal/log.hxx> using namespace ::oox::core; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index d7a87d2735ea..b255116b4a7b 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -44,6 +44,7 @@ #include <oox/token/tokens.hxx> #include <rtl/math.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; diff --git a/oox/source/drawingml/graphicshapecontext.cxx b/oox/source/drawingml/graphicshapecontext.cxx index f8cfc0d40b0a..9047b0beebd1 100644 --- a/oox/source/drawingml/graphicshapecontext.cxx +++ b/oox/source/drawingml/graphicshapecontext.cxx @@ -21,6 +21,7 @@ #include <oox/drawingml/graphicshapecontext.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <drawingml/embeddedwavaudiofile.hxx> #include <drawingml/misccontexts.hxx> diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 5c2e44a38fa3..d2966435779d 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -87,6 +87,7 @@ #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/svapp.hxx> +#include <sal/log.hxx> #include <vcl/wmf.hxx> diff --git a/oox/source/drawingml/shape3dproperties.cxx b/oox/source/drawingml/shape3dproperties.cxx index 09cbff171006..3002e1462c53 100644 --- a/oox/source/drawingml/shape3dproperties.cxx +++ b/oox/source/drawingml/shape3dproperties.cxx @@ -31,6 +31,7 @@ #include <oox/helper/propertymap.hxx> #include <oox/helper/propertyset.hxx> #include <oox/token/tokens.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; diff --git a/oox/source/drawingml/shapecontext.cxx b/oox/source/drawingml/shapecontext.cxx index 03ae290cc1ea..22fa1671be31 100644 --- a/oox/source/drawingml/shapecontext.cxx +++ b/oox/source/drawingml/shapecontext.cxx @@ -36,6 +36,7 @@ #include "hyperlinkcontext.hxx" #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> +#include <sal/log.hxx> using namespace oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/shapegroupcontext.cxx b/oox/source/drawingml/shapegroupcontext.cxx index 0e1408aafd86..695cce70bb8f 100644 --- a/oox/source/drawingml/shapegroupcontext.cxx +++ b/oox/source/drawingml/shapegroupcontext.cxx @@ -32,6 +32,7 @@ #include <drawingml/textbodycontext.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> +#include <sal/log.hxx> using namespace oox::core; using namespace ::com::sun::star; diff --git a/oox/source/drawingml/textbodycontext.cxx b/oox/source/drawingml/textbodycontext.cxx index ea985f6b78a0..fdf3d62f5a6c 100644 --- a/oox/source/drawingml/textbodycontext.cxx +++ b/oox/source/drawingml/textbodycontext.cxx @@ -30,6 +30,8 @@ #include <oox/mathml/import.hxx> +#include <sal/log.hxx> + using namespace ::oox::core; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; diff --git a/oox/source/drawingml/textcharacterpropertiescontext.cxx b/oox/source/drawingml/textcharacterpropertiescontext.cxx index 8ab160755531..2b63f9f5237b 100644 --- a/oox/source/drawingml/textcharacterpropertiescontext.cxx +++ b/oox/source/drawingml/textcharacterpropertiescontext.cxx @@ -30,6 +30,8 @@ #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> +#include <sal/log.hxx> + using namespace ::oox::core; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; diff --git a/oox/source/drawingml/textfield.cxx b/oox/source/drawingml/textfield.cxx index 76c5939157e3..a3e2bf4948c6 100644 --- a/oox/source/drawingml/textfield.cxx +++ b/oox/source/drawingml/textfield.cxx @@ -23,6 +23,7 @@ #include <rtl/ustring.hxx> #include <rtl/string.hxx> +#include <sal/log.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/XTextField.hpp> diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx index bd2599335a32..879fdea363d2 100644 --- a/oox/source/drawingml/textliststyle.cxx +++ b/oox/source/drawingml/textliststyle.cxx @@ -18,6 +18,7 @@ */ #include <drawingml/textliststyle.hxx> +#include <sal/log.hxx> namespace oox { namespace drawingml { diff --git a/oox/source/drawingml/textparagraph.cxx b/oox/source/drawingml/textparagraph.cxx index e1fe50b31f1b..a4348d8ce13f 100644 --- a/oox/source/drawingml/textparagraph.cxx +++ b/oox/source/drawingml/textparagraph.cxx @@ -23,6 +23,7 @@ #include <svtools/unitconv.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <oox/mathml/importutils.hxx> #include <oox/helper/propertyset.hxx> #include <com/sun/star/text/XText.hpp> diff --git a/oox/source/drawingml/textparagraphpropertiescontext.cxx b/oox/source/drawingml/textparagraphpropertiescontext.cxx index 8b7cdae07805..fde4b686c11e 100644 --- a/oox/source/drawingml/textparagraphpropertiescontext.cxx +++ b/oox/source/drawingml/textparagraphpropertiescontext.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/style/ParagraphAdjust.hpp> #include <svx/unopage.hxx> +#include <sal/log.hxx> #include <drawingml/colorchoicecontext.hxx> #include <drawingml/textcharacterpropertiescontext.hxx> diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index d580cc48a7f6..5bcdd262390b 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/XTextField.hpp> +#include <sal/log.hxx> #include <oox/helper/helper.hxx> #include <oox/helper/propertyset.hxx> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 5af781a8ae26..f39756d94b19 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -99,6 +99,7 @@ #include <svl/zforlist.hxx> #include <svl/numuno.hxx> #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <set> #include <unordered_set> diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 9d42b41fd14c..b42ddf8ab901 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -21,6 +21,7 @@ #include <config_folders.h> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/export/drawingml.hxx> #include <oox/export/utils.hxx> diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 410ef022fb28..6d6b8a24c6fa 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -20,6 +20,7 @@ #include <sal/config.h> #include <config_global.h> +#include <sal/log.hxx> #include <unotools/mediadescriptor.hxx> #include <filter/msfilter/util.hxx> #include <oox/core/xmlfilterbase.hxx> diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index 3b314b603364..a071c6d4ff12 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -27,6 +27,7 @@ #include <rtl/strbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <tools/stream.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 6500f82e9a44..63f0ec24f8e9 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/util/MeasureUnit.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <comphelper/seqstream.hxx> #include <vcl/wmf.hxx> #include <vcl/wmfexternal.hxx> diff --git a/oox/source/helper/progressbar.cxx b/oox/source/helper/progressbar.cxx index ada6f7ecd4be..5158b3188c1f 100644 --- a/oox/source/helper/progressbar.cxx +++ b/oox/source/helper/progressbar.cxx @@ -22,6 +22,8 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <oox/helper/helper.hxx> +#include <sal/log.hxx> + namespace oox { using namespace ::com::sun::star::task; diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 56b598a031df..6b5635d8023e 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -48,6 +48,7 @@ using ::com::sun::star::text::WritingMode; #include <cppuhelper/implbase.hxx> #include <osl/diagnose.h> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <oox/token/properties.hxx> #include <oox/token/propertynames.hxx> using ::com::sun::star::uno::Any; diff --git a/oox/source/helper/propertyset.cxx b/oox/source/helper/propertyset.cxx index 48635e54d43e..02abed12cd5f 100644 --- a/oox/source/helper/propertyset.cxx +++ b/oox/source/helper/propertyset.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <osl/diagnose.h> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <oox/helper/propertymap.hxx> namespace oox { diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx index bec903cedb21..0c455bc8948f 100644 --- a/oox/source/helper/zipstorage.cxx +++ b/oox/source/helper/zipstorage.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <comphelper/storagehelper.hxx> #include <oox/helper/helper.hxx> diff --git a/oox/source/mathml/importutils.cxx b/oox/source/mathml/importutils.cxx index d7beecf414ec..20decf4e7d45 100644 --- a/oox/source/mathml/importutils.cxx +++ b/oox/source/mathml/importutils.cxx @@ -18,6 +18,7 @@ #include <oox/token/tokens.hxx> #include <oox/token/namespaces.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #define OPENING( token ) XML_STREAM_OPENING( token ) #define CLOSING( token ) XML_STREAM_CLOSING( token ) diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index fe1c36d1fb17..3525e4f4d9a7 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -50,6 +50,7 @@ #include <comphelper/string.hxx> #include <rtl/tencinfo.h> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/binaryinputstream.hxx> #include <oox/helper/containerhelper.hxx> diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 36b9278c079d..ada01ab5f022 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <xmlscript/xmldlg_imexp.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/binaryinputstream.hxx> diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index 3a9d237b05fa..bba778658ae5 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -35,6 +35,7 @@ #include <osl/diagnose.h> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.h> +#include <sal/log.hxx> #include <oox/helper/binaryinputstream.hxx> #include <oox/helper/containerhelper.hxx> #include <oox/helper/propertyset.hxx> diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx index 6841c7ff2558..3ff3f3cdfe0e 100644 --- a/oox/source/ppt/animationspersist.cxx +++ b/oox/source/ppt/animationspersist.cxx @@ -20,6 +20,7 @@ #include <oox/ppt/animationspersist.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/text/XText.hpp> diff --git a/oox/source/ppt/commonbehaviorcontext.cxx b/oox/source/ppt/commonbehaviorcontext.cxx index 8de59ce06728..b94710777731 100644 --- a/oox/source/ppt/commonbehaviorcontext.cxx +++ b/oox/source/ppt/commonbehaviorcontext.cxx @@ -19,6 +19,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <oox/core/fragmenthandler.hxx> #include <oox/helper/attributelist.hxx> diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx index 41733e1f2825..634cd877f66f 100644 --- a/oox/source/ppt/pptimport.cxx +++ b/oox/source/ppt/pptimport.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index e0cea6729fc2..037bb60e3c4e 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/text/XText.hpp> #include <basegfx/matrix/b2dhommatrix.hxx> +#include <sal/log.hxx> #include <oox/ppt/slidepersist.hxx> #include <oox/token/tokens.hxx> diff --git a/oox/source/ppt/pptshapecontext.cxx b/oox/source/ppt/pptshapecontext.cxx index 304fdb933860..c6807575d49a 100644 --- a/oox/source/ppt/pptshapecontext.cxx +++ b/oox/source/ppt/pptshapecontext.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/log.hxx> + #include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/oox/source/ppt/presentationfragmenthandler.cxx b/oox/source/ppt/presentationfragmenthandler.cxx index 9b6a35c804ee..bb939fbaf70d 100644 --- a/oox/source/ppt/presentationfragmenthandler.cxx +++ b/oox/source/ppt/presentationfragmenthandler.cxx @@ -21,6 +21,7 @@ #include <comphelper/sequenceashashmap.hxx> #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <tools/multisel.hxx> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> diff --git a/oox/source/ppt/slidefragmenthandler.cxx b/oox/source/ppt/slidefragmenthandler.cxx index b04cbdb3cd90..b12298829052 100644 --- a/oox/source/ppt/slidefragmenthandler.cxx +++ b/oox/source/ppt/slidefragmenthandler.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/container/XNamed.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/propertyset.hxx> diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx index 7c1555b7dc80..b835b0f1ebb1 100644 --- a/oox/source/ppt/slidetransition.cxx +++ b/oox/source/ppt/slidetransition.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/animations/XTransitionFilter.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/helper.hxx> #include <oox/helper/propertymap.hxx> diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index 7518d5599fda..ee61e3b8d137 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -21,6 +21,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <rtl/math.hxx> +#include <sal/log.hxx> #include <com/sun/star/animations/AnimationTransformType.hpp> #include <com/sun/star/animations/AnimationCalcMode.hpp> diff --git a/oox/source/ppt/timetargetelementcontext.cxx b/oox/source/ppt/timetargetelementcontext.cxx index 07ae4fa31379..60ad3af407c1 100644 --- a/oox/source/ppt/timetargetelementcontext.cxx +++ b/oox/source/ppt/timetargetelementcontext.cxx @@ -21,6 +21,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <oox/helper/attributelist.hxx> #include <drawingml/embeddedwavaudiofile.hxx> diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx index 3d4603f47355..277a11fdd262 100644 --- a/oox/source/shape/LockedCanvasContext.cxx +++ b/oox/source/shape/LockedCanvasContext.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <sal/log.hxx> + #include "LockedCanvasContext.hxx" #include <oox/drawingml/shape.hxx> #include <oox/drawingml/shapecontext.hxx> diff --git a/oox/source/shape/WpgContext.cxx b/oox/source/shape/WpgContext.cxx index c709fe314475..26a54c41d2ac 100644 --- a/oox/source/shape/WpgContext.cxx +++ b/oox/source/shape/WpgContext.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <sal/log.hxx> + #include "WpgContext.hxx" #include <drawingml/shapepropertiescontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 67b3b1b60353..d0d021cd1dd4 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -24,6 +24,7 @@ #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> #include <oox/drawingml/shape.hxx> +#include <sal/log.hxx> #include <boost/optional.hpp> diff --git a/oox/source/token/relationship.cxx b/oox/source/token/relationship.cxx index 8c51332164ef..cfe1dedc508d 100644 --- a/oox/source/token/relationship.cxx +++ b/oox/source/token/relationship.cxx @@ -9,6 +9,7 @@ #include <oox/token/relationship.hxx> +#include <sal/log.hxx> #include <map> namespace oox { diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 57c099c0745d..ab2a9f8a42d5 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/text/VertOrientation.hpp> #include <osl/diagnose.h> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/helper/containerhelper.hxx> #include <oox/ole/axcontrol.hxx> diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index 17a730a2f8d8..c48b386394e9 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/table/ShadowFormat.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <osl/diagnose.h> #include <oox/drawingml/color.hxx> #include <oox/drawingml/drawingmltypes.hxx> diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index d304e63ca1d3..7b94a158a204 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -53,6 +53,7 @@ #include <com/sun/star/security/XDocumentDigitalSignatures.hpp> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <svx/svdtrans.hxx> #include <oox/drawingml/shapepropertymap.hxx> #include <oox/helper/graphichelper.hxx> diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx index cef2e1037d0e..7f5072536983 100644 --- a/oox/source/vml/vmltextboxcontext.cxx +++ b/oox/source/vml/vmltextboxcontext.cxx @@ -25,6 +25,7 @@ #include <oox/token/tokens.hxx> #include <com/sun/star/drawing/XShape.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> namespace oox { namespace vml { diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx index 2509c8caf30e..f8c2d0399d4f 100644 --- a/package/source/manifest/ManifestExport.cxx +++ b/package/source/manifest/ManifestExport.cxx @@ -32,6 +32,7 @@ #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <comphelper/base64.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/attributelist.hxx> diff --git a/package/source/manifest/ManifestReader.cxx b/package/source/manifest/ManifestReader.cxx index 99849a54f533..21e662e06baf 100644 --- a/package/source/manifest/ManifestReader.cxx +++ b/package/source/manifest/ManifestReader.cxx @@ -19,6 +19,7 @@ #include "ManifestReader.hxx" #include "ManifestImport.hxx" +#include <sal/log.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/factory.hxx> diff --git a/package/source/manifest/ManifestWriter.cxx b/package/source/manifest/ManifestWriter.cxx index bedb6121d37c..24f4a59c4361 100644 --- a/package/source/manifest/ManifestWriter.cxx +++ b/package/source/manifest/ManifestWriter.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/xml/sax/SAXException.hpp> #include <osl/diagnose.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/package/source/xstor/ocompinstream.cxx b/package/source/xstor/ocompinstream.cxx index dd564271ecd8..efa4122e2cd1 100644 --- a/package/source/xstor/ocompinstream.cxx +++ b/package/source/xstor/ocompinstream.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include "owriteablestream.hxx" #include "xstorage.hxx" diff --git a/package/source/xstor/oseekinstream.cxx b/package/source/xstor/oseekinstream.cxx index 2e8527b5fbdf..34d6a5d8f480 100644 --- a/package/source/xstor/oseekinstream.cxx +++ b/package/source/xstor/oseekinstream.cxx @@ -21,6 +21,7 @@ #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include "oseekinstream.hxx" #include "owriteablestream.hxx" diff --git a/package/source/xstor/owriteablestream.cxx b/package/source/xstor/owriteablestream.cxx index 2f49e497dd47..beb71e11d3ec 100644 --- a/package/source/xstor/owriteablestream.cxx +++ b/package/source/xstor/owriteablestream.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx index 1feb44a84e21..8aeb7979749d 100644 --- a/package/source/xstor/xfactory.cxx +++ b/package/source/xstor/xfactory.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index ca646e10f41b..41bb3ffa8802 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <cassert> diff --git a/package/source/zipapi/ByteGrabber.cxx b/package/source/zipapi/ByteGrabber.cxx index 9552c53f7111..3c9e17dba00e 100644 --- a/package/source/zipapi/ByteGrabber.cxx +++ b/package/source/zipapi/ByteGrabber.cxx @@ -18,6 +18,7 @@ */ #include <ByteGrabber.hxx> +#include <sal/log.hxx> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/package/source/zipapi/XBufferedThreadedStream.cxx b/package/source/zipapi/XBufferedThreadedStream.cxx index 2c36b73ea409..24c68cfc1fe2 100644 --- a/package/source/zipapi/XBufferedThreadedStream.cxx +++ b/package/source/zipapi/XBufferedThreadedStream.cxx @@ -10,6 +10,7 @@ #include "XBufferedThreadedStream.hxx" #include <com/sun/star/packages/zip/ZipIOException.hpp> #include <cppuhelper/exc_hlp.hxx> +#include <sal/log.hxx> using namespace css::uno; using com::sun::star::packages::zip::ZipIOException; diff --git a/package/source/zipapi/XUnbufferedStream.cxx b/package/source/zipapi/XUnbufferedStream.cxx index 9925d1d5dd5c..8c0b97d1367b 100644 --- a/package/source/zipapi/XUnbufferedStream.cxx +++ b/package/source/zipapi/XUnbufferedStream.cxx @@ -31,6 +31,7 @@ #include <osl/diagnose.h> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <unotools/configmgr.hxx> diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx index 1ef81bf582a5..d2fa8a456392 100644 --- a/package/source/zipapi/ZipFile.cxx +++ b/package/source/zipapi/ZipFile.cxx @@ -31,6 +31,7 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/processfactory.hxx> #include <rtl/digest.h> +#include <sal/log.hxx> #include <osl/diagnose.h> #include <o3tl/make_unique.hxx> diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index 45eda6d4837e..f9193aaff7c1 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -64,6 +64,7 @@ #include <rtl/uri.hxx> #include <rtl/random.h> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <com/sun/star/io/XAsyncOutputMonitor.hpp> #include <cstring> diff --git a/package/source/zippackage/ZipPackageBuffer.cxx b/package/source/zippackage/ZipPackageBuffer.cxx index 741c86629038..b50ca89b8dac 100644 --- a/package/source/zippackage/ZipPackageBuffer.cxx +++ b/package/source/zippackage/ZipPackageBuffer.cxx @@ -20,6 +20,7 @@ #include <ZipPackageBuffer.hxx> #include <PackageConstants.hxx> #include <string.h> +#include <sal/log.hxx> #include <com/sun/star/io/BufferSizeExceededException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx index 38ffc8d071ef..118630eef80b 100644 --- a/package/source/zippackage/ZipPackageEntry.cxx +++ b/package/source/zippackage/ZipPackageEntry.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/packages/zip/ZipConstants.hpp> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <ZipPackageFolder.hxx> #include <ZipPackageStream.hxx> diff --git a/package/source/zippackage/ZipPackageFolder.cxx b/package/source/zippackage/ZipPackageFolder.cxx index 8d9556069d95..443eaf8dce96 100644 --- a/package/source/zippackage/ZipPackageFolder.cxx +++ b/package/source/zippackage/ZipPackageFolder.cxx @@ -30,6 +30,7 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <rtl/digest.h> #include "ContentInfo.hxx" #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/package/source/zippackage/ZipPackageFolderEnumeration.cxx b/package/source/zippackage/ZipPackageFolderEnumeration.cxx index 91de21dd1afb..229a659d4025 100644 --- a/package/source/zippackage/ZipPackageFolderEnumeration.cxx +++ b/package/source/zippackage/ZipPackageFolderEnumeration.cxx @@ -20,6 +20,7 @@ #include "ZipPackageFolderEnumeration.hxx" #include "ContentInfo.hxx" #include <cppuhelper/supportsservice.hxx> +#include <sal/log.hxx> using namespace com::sun::star; diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index a558be575127..0c780718b251 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -54,6 +54,7 @@ #include <rtl/instance.hxx> #include <rtl/random.h> +#include <sal/log.hxx> #include <PackageConstants.hxx> diff --git a/package/source/zippackage/wrapstreamforshare.cxx b/package/source/zippackage/wrapstreamforshare.cxx index 62734f9240e3..e5a47566551e 100644 --- a/package/source/zippackage/wrapstreamforshare.cxx +++ b/package/source/zippackage/wrapstreamforshare.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/io/IOException.hpp> #include <osl/diagnose.h> diff --git a/package/source/zippackage/zipfileaccess.cxx b/package/source/zippackage/zipfileaccess.cxx index f2b1015a7055..f585d53e9297 100644 --- a/package/source/zippackage/zipfileaccess.cxx +++ b/package/source/zippackage/zipfileaccess.cxx @@ -35,6 +35,7 @@ #include <ucbhelper/content.hxx> #include <rtl/ref.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx index 9fe1f07f30b6..e212e8de9f8d 100644 --- a/pyuno/source/module/pyuno_module.cxx +++ b/pyuno/source/module/pyuno_module.cxx @@ -28,6 +28,7 @@ #include <osl/module.hxx> #include <osl/thread.h> #include <osl/file.hxx> +#include <sal/log.hxx> #include <typelib/typedescription.hxx> diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx index 4bca01324564..6b29fab9e448 100644 --- a/registry/tools/regmerge.cxx +++ b/registry/tools/regmerge.cxx @@ -23,6 +23,7 @@ #include "options.hxx" #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <stdio.h> #include <string.h> diff --git a/reportdesign/source/filter/xml/xmlImage.cxx b/reportdesign/source/filter/xml/xmlImage.cxx index 05c9cbf8ec2d..48cd7813f844 100644 --- a/reportdesign/source/filter/xml/xmlImage.cxx +++ b/reportdesign/source/filter/xml/xmlImage.cxx @@ -28,6 +28,7 @@ #include "xmlControlProperty.hxx" #include "xmlHelper.hxx" #include <unotools/pathoptions.hxx> +#include <sal/log.hxx> #include <com/sun/star/awt/ImageScaleMode.hpp> diff --git a/reportdesign/source/filter/xml/xmlReport.cxx b/reportdesign/source/filter/xml/xmlReport.cxx index 09cd727cfe95..8675bcde84a1 100644 --- a/reportdesign/source/filter/xml/xmlReport.cxx +++ b/reportdesign/source/filter/xml/xmlReport.cxx @@ -28,6 +28,7 @@ #include "xmlEnums.hxx" #include "xmlFunction.hxx" #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <com/sun/star/sdb/CommandType.hpp> #include "xmlMasterFields.hxx" diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx index e49748177b70..439ec48e7f9d 100644 --- a/reportdesign/source/filter/xml/xmlfilter.cxx +++ b/reportdesign/source/filter/xml/xmlfilter.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/packages/zip/ZipIOException.hpp> diff --git a/reportdesign/source/ui/report/ViewsWindow.cxx b/reportdesign/source/ui/report/ViewsWindow.cxx index 5860c96a9868..10af892da2fb 100644 --- a/reportdesign/source/ui/report/ViewsWindow.cxx +++ b/reportdesign/source/ui/report/ViewsWindow.cxx @@ -35,6 +35,7 @@ #include <ColorChanger.hxx> #include <RptObject.hxx> #include <EndMarker.hxx> +#include <sal/log.hxx> #include <svx/svdpagv.hxx> #include <svx/unoshape.hxx> #include <vcl/svapp.hxx> |