diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-31 19:58:50 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-03 09:43:04 +0200 |
commit | 4760bc9916cb726321bf4506bb48a26cfb239753 (patch) | |
tree | 2048928f9bc83e25bab028abbfb24d04c6d60bea /sw | |
parent | 28fa64612a3b4b9496da68ba83b54bbd80b75eaa (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 directory sw
Change-Id: I1ede3f86e390bfec1a2d3ee8e8bb6ec67083b194
Reviewed-on: https://gerrit.libreoffice.org/58372
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw')
154 files changed, 154 insertions, 0 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index cf56a3ca0b79..f0055671a58a 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -8,6 +8,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <test/bootstrapfixture.hxx> #include <com/sun/star/i18n/WordType.hpp> diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index 773c65443508..2f47fd40d32c 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx @@ -18,6 +18,7 @@ */ #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx index bdcf2f33e6f5..57847272b505 100644 --- a/sw/source/core/access/acccontext.cxx +++ b/sw/source/core/access/acccontext.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <osl/mutex.hxx> +#include <sal/log.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <unotools/accessiblestatesethelper.hxx> diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index 875ea4f21d5b..f9db5a32527a 100644 --- a/sw/source/core/access/accmap.cxx +++ b/sw/source/core/access/accmap.cxx @@ -19,6 +19,7 @@ #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <cppuhelper/weakref.hxx> #include <vcl/window.hxx> #include <svx/svdmodel.hxx> diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx index f6ccef2903ee..68e9d7502722 100644 --- a/sw/source/core/access/accpara.cxx +++ b/sw/source/core/access/accpara.cxx @@ -32,6 +32,7 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleTextType.hpp> diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx index f203335bd71b..3b3e7df0949d 100644 --- a/sw/source/core/access/acctable.cxx +++ b/sw/source/core/access/acctable.cxx @@ -18,6 +18,7 @@ */ #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <algorithm> #include <list> diff --git a/sw/source/core/access/acctextframe.cxx b/sw/source/core/access/acctextframe.cxx index 5cff95b717e6..422e95b2be5b 100644 --- a/sw/source/core/access/acctextframe.cxx +++ b/sw/source/core/access/acctextframe.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> +#include <sal/log.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRelation.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx index b6f00ca93d4a..1590123c58fa 100644 --- a/sw/source/core/attr/calbck.cxx +++ b/sw/source/core/attr/calbck.cxx @@ -23,6 +23,7 @@ #include <swcache.hxx> #include <swfntcch.hxx> #include <tools/debug.hxx> +#include <sal/log.hxx> #include <algorithm> namespace sw diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx index 33024bb11e89..15de4023eaca 100644 --- a/sw/source/core/attr/format.cxx +++ b/sw/source/core/attr/format.cxx @@ -33,6 +33,7 @@ #include <svx/sdr/attribute/sdrallfillattributeshelper.hxx> #include <svx/unobrushitemhelper.hxx> #include <svx/xdef.hxx> +#include <sal/log.hxx> using namespace com::sun::star; diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx index 2019d7d0b3b5..065a79c54fb4 100644 --- a/sw/source/core/bastyp/swcache.cxx +++ b/sw/source/core/bastyp/swcache.cxx @@ -22,6 +22,7 @@ #include <o3tl/safeint.hxx> #include <rtl/strbuf.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <limits.h> diff --git a/sw/source/core/crsr/bookmrk.cxx b/sw/source/core/crsr/bookmrk.cxx index 05b999ac8e20..616270305c58 100644 --- a/sw/source/core/crsr/bookmrk.cxx +++ b/sw/source/core/crsr/bookmrk.cxx @@ -36,6 +36,7 @@ #include <libxml/xmlwriter.h> #include <comphelper/random.hxx> #include <comphelper/anytostring.hxx> +#include <sal/log.hxx> using namespace ::sw::mark; using namespace ::com::sun::star; diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 9ad23eb7a3ca..70d2819b3952 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -66,6 +66,7 @@ #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> #include <editeng/editview.hxx> +#include <sal/log.hxx> #include <PostItMgr.hxx> #include <DocumentSettingManager.hxx> #include <vcl/uitest/logger.hxx> diff --git a/sw/source/core/doc/CntntIdxStore.cxx b/sw/source/core/doc/CntntIdxStore.cxx index 548800a3fc59..68a8c29ea888 100644 --- a/sw/source/core/doc/CntntIdxStore.cxx +++ b/sw/source/core/doc/CntntIdxStore.cxx @@ -35,6 +35,7 @@ #include <redline.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <sal/types.h> #include <unocrsr.hxx> #include <edimp.hxx> diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index 256fce7bbe4d..788cb61dd7df 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -66,6 +66,7 @@ #include <crsrsh.hxx> #include <fmtflcnt.hxx> #include <docedt.hxx> +#include <sal/log.hxx> #include <unotools/charclass.hxx> #include <unotools/configmgr.hxx> #include <sfx2/Metadatable.hxx> diff --git a/sw/source/core/doc/DocumentDeviceManager.cxx b/sw/source/core/doc/DocumentDeviceManager.cxx index 52b1c9aa7a39..af478731a553 100644 --- a/sw/source/core/doc/DocumentDeviceManager.cxx +++ b/sw/source/core/doc/DocumentDeviceManager.cxx @@ -37,6 +37,7 @@ #include <vcl/mapmod.hxx> #include <svl/itemset.hxx> #include <svx/svdmodel.hxx> +#include <sal/log.hxx> #include <cmdid.h> #include <drawdoc.hxx> #include <wdocsh.hxx> diff --git a/sw/source/core/doc/DocumentDrawModelManager.cxx b/sw/source/core/doc/DocumentDrawModelManager.cxx index f0b9a42e57d7..3dd25de33693 100644 --- a/sw/source/core/doc/DocumentDrawModelManager.cxx +++ b/sw/source/core/doc/DocumentDrawModelManager.cxx @@ -46,6 +46,7 @@ #include <svl/srchitem.hxx> #include <tools/link.hxx> #include <unotools/configmgr.hxx> +#include <sal/log.hxx> class SdrOutliner; diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx index 3b7a3a169c6b..a47b75629940 100644 --- a/sw/source/core/doc/DocumentRedlineManager.cxx +++ b/sw/source/core/doc/DocumentRedlineManager.cxx @@ -31,6 +31,7 @@ #include <editsh.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <sal/log.hxx> using namespace com::sun::star; diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx b/sw/source/core/doc/DocumentStylePoolManager.cxx index f5740dc12bee..d2cbedbada6d 100644 --- a/sw/source/core/doc/DocumentStylePoolManager.cxx +++ b/sw/source/core/doc/DocumentStylePoolManager.cxx @@ -61,6 +61,7 @@ #include <editeng/scriptspaceitem.hxx> #include <svx/strings.hrc> #include <svx/dialmgr.hxx> +#include <sal/log.hxx> #include <strings.hrc> #include <frmatr.hxx> #include <com/sun/star/table/BorderLineStyle.hpp> diff --git a/sw/source/core/doc/docbasic.cxx b/sw/source/core/doc/docbasic.cxx index 09fc7b9b2117..8eef3570d749 100644 --- a/sw/source/core/doc/docbasic.cxx +++ b/sw/source/core/doc/docbasic.cxx @@ -20,6 +20,7 @@ #include <hintids.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <svtools/imap.hxx> #include <svtools/imapobj.hxx> #include <basic/sbx.hxx> diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 65ae2df1c182..c4fcbf6087ff 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -45,6 +45,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> +#include <sal/log.hxx> #include <sortedobjs.hxx> #include <sfx2/linkmgr.hxx> #include <swserv.hxx> diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx index f2ec8c3e17d9..983ac37e83b4 100644 --- a/sw/source/core/doc/docdesc.cxx +++ b/sw/source/core/doc/docdesc.cxx @@ -27,6 +27,7 @@ #include <sfx2/dispatch.hxx> #include <sfx2/printer.hxx> #include <tools/globname.hxx> +#include <sal/log.hxx> #include <fmtfsize.hxx> #include <fmthdft.hxx> #include <fmtcntnt.hxx> diff --git a/sw/source/core/doc/docdraw.cxx b/sw/source/core/doc/docdraw.cxx index a2b251843439..b41c2ca7a973 100644 --- a/sw/source/core/doc/docdraw.cxx +++ b/sw/source/core/doc/docdraw.cxx @@ -30,6 +30,7 @@ #include <editeng/unolingu.hxx> #include <editeng/measfld.hxx> #include <svx/svdpool.hxx> +#include <sal/log.hxx> #include <fmtanchr.hxx> #include <charatr.hxx> #include <frmfmt.hxx> diff --git a/sw/source/core/doc/docfmt.cxx b/sw/source/core/doc/docfmt.cxx index 2a41f7bbb7b8..6eba1a85d01f 100644 --- a/sw/source/core/doc/docfmt.cxx +++ b/sw/source/core/doc/docfmt.cxx @@ -33,6 +33,7 @@ #include <comphelper/processfactory.hxx> #include <unotools/configmgr.hxx> #include <unotools/misccfg.hxx> +#include <sal/log.hxx> #include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <fmtpdsc.hxx> diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index eca99322d09a..7a42082b81b6 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -33,6 +33,7 @@ #include <sfx2/docfile.hxx> #include <sfx2/frame.hxx> #include <sfx2/viewfrm.hxx> +#include <sal/log.hxx> #include <svl/macitem.hxx> #include <svx/svxids.hrc> diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx index 1e31e7150324..0947b6a0cbfd 100644 --- a/sw/source/core/doc/docredln.cxx +++ b/sw/source/core/doc/docredln.cxx @@ -20,6 +20,7 @@ #include <libxml/xmlwriter.h> #include <boost/property_tree/json_parser.hpp> +#include <sal/log.hxx> #include <tools/datetimeutils.hxx> #include <hintids.hxx> #include <svl/itemiter.hxx> diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx index 9b84c72100f2..03e64caca488 100644 --- a/sw/source/core/doc/htmltbl.cxx +++ b/sw/source/core/doc/htmltbl.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <algorithm> #include <memory> diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx index 6617c061a67b..5d30ed5e1809 100644 --- a/sw/source/core/doc/tblafmt.cxx +++ b/sw/source/core/doc/tblafmt.cxx @@ -42,6 +42,7 @@ #include <editsh.hxx> #include <fmtlsplt.hxx> #include <fmtrowsplt.hxx> +#include <sal/log.hxx> #include <memory> #include <vector> diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index a958a9e80d1e..c84131f5f3a1 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -34,6 +34,7 @@ #include <svx/svdpage.hxx> #include <svl/itemiter.hxx> #include <comphelper/sequenceashashmap.hxx> +#include <sal/log.hxx> #include <com/sun/star/document/XActionLockable.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx index 1bb8146b9f47..5e671ec72366 100644 --- a/sw/source/core/docnode/ndsect.cxx +++ b/sw/source/core/docnode/ndsect.cxx @@ -20,6 +20,7 @@ #include <hintids.hxx> #include <sfx2/linkmgr.hxx> #include <svl/itemiter.hxx> +#include <sal/log.hxx> #include <fmtcntnt.hxx> #include <fmtanchr.hxx> #include <txtftn.hxx> diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx index 936db89cd7e9..15a04fd1c8d6 100644 --- a/sw/source/core/docnode/ndtbl.cxx +++ b/sw/source/core/docnode/ndtbl.cxx @@ -94,6 +94,7 @@ #include <calbck.hxx> #include <o3tl/numeric.hxx> #include <tools/datetimeutils.hxx> +#include <sal/log.hxx> #ifdef DBG_UTIL #define CHECK_TABLE(t) (t).CheckConsistency(); diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx index 96c0787ae835..efe04fe60bc1 100644 --- a/sw/source/core/draw/dcontact.cxx +++ b/sw/source/core/draw/dcontact.cxx @@ -72,6 +72,7 @@ #include <algorithm> #include <txtfly.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; diff --git a/sw/source/core/edit/edundo.cxx b/sw/source/core/edit/edundo.cxx index 05f6f45c177c..2dc552cbf129 100644 --- a/sw/source/core/edit/edundo.cxx +++ b/sw/source/core/edit/edundo.cxx @@ -18,6 +18,7 @@ */ #include <svx/svdview.hxx> +#include <sal/log.hxx> #include <editsh.hxx> #include <fesh.hxx> diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index 1f122224b490..620bd06cf732 100644 --- a/sw/source/core/layout/atrfrm.cxx +++ b/sw/source/core/layout/atrfrm.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/text/TextContentAnchorType.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/text/TextGridMode.hpp> +#include <sal/log.hxx> #include <o3tl/any.hxx> #include <o3tl/safeint.hxx> #include <svtools/unoimap.hxx> diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx index c2109fa38044..0b76176ff7aa 100644 --- a/sw/source/core/layout/dbg_lay.cxx +++ b/sw/source/core/layout/dbg_lay.cxx @@ -107,6 +107,7 @@ #include <layfrm.hxx> #include <frame.hxx> #include <swtable.hxx> +#include <sal/log.hxx> PROT SwProtocol::nRecord = PROT::FileInit; SwImplProtocol* SwProtocol::pImpl = nullptr; diff --git a/sw/source/core/layout/findfrm.cxx b/sw/source/core/layout/findfrm.cxx index b720d9936a45..e4d94e45b1b6 100644 --- a/sw/source/core/layout/findfrm.cxx +++ b/sw/source/core/layout/findfrm.cxx @@ -33,6 +33,7 @@ #include <txtfrm.hxx> #include <calbck.hxx> #include <viewopt.hxx> +#include <sal/log.hxx> /// Searches the first ContentFrame in BodyText below the page. SwLayoutFrame *SwFootnoteBossFrame::FindBodyCont() diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx index 46af46fbe942..d53622754d69 100644 --- a/sw/source/core/layout/flowfrm.cxx +++ b/sw/source/core/layout/flowfrm.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <bodyfrm.hxx> #include <swtable.hxx> diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx index 7e1f1079a686..f756318af219 100644 --- a/sw/source/core/layout/flycnt.cxx +++ b/sw/source/core/layout/flycnt.cxx @@ -18,6 +18,7 @@ */ #include <tools/bigint.hxx> +#include <sal/log.hxx> #include <pagefrm.hxx> #include <txtfrm.hxx> #include <notxtfrm.hxx> diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx index dd70e6160d3f..2523582a8e48 100644 --- a/sw/source/core/layout/frmtool.cxx +++ b/sw/source/core/layout/frmtool.cxx @@ -24,6 +24,7 @@ #include <editeng/ulspitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/lspcitem.hxx> +#include <sal/log.hxx> #include <drawdoc.hxx> #include <fmtornt.hxx> diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx index e34c2603d7bd..ed003618424e 100644 --- a/sw/source/core/layout/ftnfrm.cxx +++ b/sw/source/core/layout/ftnfrm.cxx @@ -35,6 +35,7 @@ #include <calbck.hxx> #include <ndindex.hxx> #include <pam.hxx> +#include <sal/log.hxx> #define ENDNOTE 0x80000000 diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx index 437b8992a243..26f8ea1a1f4f 100644 --- a/sw/source/core/layout/hffrm.cxx +++ b/sw/source/core/layout/hffrm.cxx @@ -33,6 +33,7 @@ #include <objectformatter.hxx> #include <ndindex.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> static SwTwips lcl_GetFrameMinHeight(const SwLayoutFrame & rFrame) { diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx index adf37d39cf40..cc1c3513657a 100644 --- a/sw/source/core/layout/layact.cxx +++ b/sw/source/core/layout/layact.cxx @@ -41,6 +41,7 @@ #include <vcl/svapp.hxx> #include <editeng/opaqitem.hxx> #include <SwSmartTagMgr.hxx> +#include <sal/log.hxx> #include <layact.hxx> #include <swwait.hxx> diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx index 675d103b3acd..b507e0933293 100644 --- a/sw/source/core/layout/laycache.cxx +++ b/sw/source/core/layout/laycache.cxx @@ -18,6 +18,7 @@ */ #include <editeng/formatbreakitem.hxx> +#include <sal/log.hxx> #include <doc.hxx> #include <IDocumentStatistics.hxx> #include <IDocumentLayoutAccess.hxx> diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx index 302baec9a9b2..b6aea800609f 100644 --- a/sw/source/core/layout/pagechg.cxx +++ b/sw/source/core/layout/pagechg.cxx @@ -19,6 +19,7 @@ #include <comphelper/lok.hxx> #include <ndole.hxx> +#include <sal/log.hxx> #include <svl/itemiter.hxx> #include <fmtfsize.hxx> #include <fmthdft.hxx> diff --git a/sw/source/core/layout/pagedesc.cxx b/sw/source/core/layout/pagedesc.cxx index 2b173bb9a369..9098e8938fb1 100644 --- a/sw/source/core/layout/pagedesc.cxx +++ b/sw/source/core/layout/pagedesc.cxx @@ -23,6 +23,7 @@ #include <editeng/brushitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/frmdiritem.hxx> +#include <sal/log.hxx> #include <fmtclds.hxx> #include <fmtfsize.hxx> #include <pagefrm.hxx> diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 2c55d516f5c9..3ed96c30813e 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -93,6 +93,7 @@ #include <svx/framelinkarray.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/color/bcolortools.hxx> +#include <sal/log.hxx> #include <memory> #include <vector> diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 7c4ac9749bf9..f604b95cbcf4 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <o3tl/safeint.hxx> #include <svl/itemiter.hxx> diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index 73ca3241d909..5a181405411d 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -58,6 +58,7 @@ #include <DocumentSettingManager.hxx> #include <docary.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; diff --git a/sw/source/core/swg/SwXMLTextBlocks.cxx b/sw/source/core/swg/SwXMLTextBlocks.cxx index 2f22f88f8b3d..753aba1ada31 100644 --- a/sw/source/core/swg/SwXMLTextBlocks.cxx +++ b/sw/source/core/swg/SwXMLTextBlocks.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <osl/file.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <sot/stg.hxx> #include <sfx2/docfile.hxx> #include <tools/urlobj.hxx> diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx index 89da33af871c..4c78fa0d1ceb 100644 --- a/sw/source/core/table/swnewtable.cxx +++ b/sw/source/core/table/swnewtable.cxx @@ -42,6 +42,7 @@ #include <swtblfmt.hxx> #include <calbck.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #ifdef DBG_UTIL #define CHECK_TABLE(t) (t).CheckConsistency(); diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx index 176914b69040..c0d2ca2b413c 100644 --- a/sw/source/core/text/frmform.cxx +++ b/sw/source/core/text/frmform.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <bodyfrm.hxx> #include <hintids.hxx> diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index eeff3e39eb14..29411db3e296 100644 --- a/sw/source/core/text/inftxt.cxx +++ b/sw/source/core/text/inftxt.cxx @@ -22,6 +22,7 @@ #include <hintids.hxx> #include <svl/ctloptions.hxx> #include <sfx2/printer.hxx> +#include <sal/log.hxx> #include <editeng/hyphenzoneitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/hngpnctitem.hxx> diff --git a/sw/source/core/text/porfly.cxx b/sw/source/core/text/porfly.cxx index b74c28d8ec7a..8d4fe773d1d2 100644 --- a/sw/source/core/text/porfly.cxx +++ b/sw/source/core/text/porfly.cxx @@ -30,6 +30,7 @@ #include <vcl/outdev.hxx> #include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> +#include <sal/log.hxx> #include <fmtanchr.hxx> #include <fmtflcnt.hxx> #include <fmtornt.hxx> diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx index 843d09c231b8..61e6aecb9d77 100644 --- a/sw/source/core/text/porlay.cxx +++ b/sw/source/core/text/porlay.cxx @@ -35,6 +35,7 @@ #include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <paratr.hxx> +#include <sal/log.hxx> #include <editeng/adjustitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/charhiddenitem.hxx> diff --git a/sw/source/core/tox/ToxLinkProcessor.cxx b/sw/source/core/tox/ToxLinkProcessor.cxx index 3970ecdadec7..41052996ebc2 100644 --- a/sw/source/core/tox/ToxLinkProcessor.cxx +++ b/sw/source/core/tox/ToxLinkProcessor.cxx @@ -13,6 +13,7 @@ #include <SwStyleNameMapper.hxx> #include <ndtxt.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <stdexcept> diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx index d93174cf58af..c3ad4bf86feb 100644 --- a/sw/source/core/tox/tox.cxx +++ b/sw/source/core/tox/tox.cxx @@ -34,6 +34,7 @@ #include <calbck.hxx> #include <boost/optional.hpp> +#include <sal/log.hxx> #include <algorithm> diff --git a/sw/source/core/txtnode/atrfld.cxx b/sw/source/core/txtnode/atrfld.cxx index 05fc94387539..dcd6258a204b 100644 --- a/sw/source/core/txtnode/atrfld.cxx +++ b/sw/source/core/txtnode/atrfld.cxx @@ -40,6 +40,7 @@ #include <IDocumentFieldsAccess.hxx> #include <IDocumentMarkAccess.hxx> #include <fieldhint.hxx> +#include <sal/log.hxx> // constructor for default item in attribute-pool diff --git a/sw/source/core/txtnode/ndhints.cxx b/sw/source/core/txtnode/ndhints.cxx index 5b5ebc7b123a..a68c33878f4c 100644 --- a/sw/source/core/txtnode/ndhints.cxx +++ b/sw/source/core/txtnode/ndhints.cxx @@ -18,6 +18,7 @@ */ #include <editeng/rsiditem.hxx> +#include <sal/log.hxx> #include <txatbase.hxx> #include <ndhints.hxx> #include <txtatr.hxx> diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx index 4f1b12610b1b..e168db451d14 100644 --- a/sw/source/core/txtnode/ndtxt.cxx +++ b/sw/source/core/txtnode/ndtxt.cxx @@ -30,6 +30,7 @@ #include <editeng/tstpitem.hxx> #include <svl/urihelper.hxx> #include <svl/ctloptions.hxx> +#include <sal/log.hxx> #include <swmodule.hxx> #include <txtfld.hxx> #include <txtinet.hxx> diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index 20a732ba1755..3e2049cf2337 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <DocumentSettingManager.hxx> #include <hintids.hxx> diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx index f2cc8fcd8d2a..19a239c7cca8 100644 --- a/sw/source/core/txtnode/txtedt.cxx +++ b/sw/source/core/txtnode/txtedt.cxx @@ -31,6 +31,7 @@ #include <officecfg/Office/Writer.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/charclass.hxx> +#include <sal/log.hxx> #include <dlelstnr.hxx> #include <swmodule.hxx> #include <splargs.hxx> diff --git a/sw/source/core/undo/undobj.cxx b/sw/source/core/undo/undobj.cxx index 55cffe648bcf..74b2f7c7bb27 100644 --- a/sw/source/core/undo/undobj.cxx +++ b/sw/source/core/undo/undobj.cxx @@ -41,6 +41,7 @@ #include <docsh.hxx> #include <view.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> // This class saves the Pam as integers and can recompose those into a PaM SwUndRng::SwUndRng() diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index 3138a9be4577..ca2024f61ed4 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -82,6 +82,7 @@ #include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <sfx2/event.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::document; diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx index ad54ef7383e1..4bd17b5c681f 100644 --- a/sw/source/core/unocore/unocrsrhelper.cxx +++ b/sw/source/core/unocore/unocrsrhelper.cxx @@ -87,6 +87,7 @@ #include <fmtmeta.hxx> #include <txtfld.hxx> #include <unoparagraph.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx index 3919fc2af1ef..dd395d9ac00b 100644 --- a/sw/source/core/unocore/unodraw.cxx +++ b/sw/source/core/unocore/unodraw.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <cmdid.h> diff --git a/sw/source/core/unocore/unoflatpara.cxx b/sw/source/core/unocore/unoflatpara.cxx index a39cf00dee4c..fe9a20658b7b 100644 --- a/sw/source/core/unocore/unoflatpara.cxx +++ b/sw/source/core/unocore/unoflatpara.cxx @@ -48,6 +48,7 @@ #include <comphelper/servicehelper.hxx> #include <comphelper/propertysetinfo.hxx> #include <comphelper/sequence.hxx> +#include <sal/log.hxx> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/text/XTextRange.hpp> diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx index c3d409e02fec..bf25aeb4d4f7 100644 --- a/sw/source/core/unocore/unoframe.cxx +++ b/sw/source/core/unocore/unoframe.cxx @@ -125,6 +125,7 @@ #include <calbck.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> +#include <sal/log.hxx> #include <svx/unobrushitemhelper.hxx> #include <svx/xbtmpit.hxx> diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index 99cca1905f61..b60f7f297e6a 100644 --- a/sw/source/core/unocore/unoportenum.cxx +++ b/sw/source/core/unocore/unoportenum.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <utility> diff --git a/sw/source/core/unocore/unoredline.cxx b/sw/source/core/unocore/unoredline.cxx index 541fa5eea8eb..281a010690a4 100644 --- a/sw/source/core/unocore/unoredline.cxx +++ b/sw/source/core/unocore/unoredline.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <utility> diff --git a/sw/source/core/unocore/unorefmk.cxx b/sw/source/core/unocore/unorefmk.cxx index 41793c482bbe..87bd776c433b 100644 --- a/sw/source/core/unocore/unorefmk.cxx +++ b/sw/source/core/unocore/unorefmk.cxx @@ -30,6 +30,7 @@ #include <sal/config.h> #include <svl/listener.hxx> #include <vcl/svapp.hxx> +#include <sal/log.hxx> #include <unomid.h> #include <unotextrange.hxx> diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx index e27cc31c0780..ca01c7e9de37 100644 --- a/sw/source/core/unocore/unosett.cxx +++ b/sw/source/core/unocore/unosett.cxx @@ -75,6 +75,7 @@ #include <svl/itemprop.hxx> #include <svl/listener.hxx> #include <paratr.hxx> +#include <sal/log.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index 769de1c04af6..e85e44f0214e 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -81,6 +81,7 @@ #include <cppuhelper/supportsservice.hxx> #include <comphelper/sequence.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <svl/stylepool.hxx> #include <svx/unobrushitemhelper.hxx> diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index e12c40acf458..37fe6c7b19d8 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -100,6 +100,7 @@ #include <unochart.hxx> #include <sortopt.hxx> #include <rtl/math.hxx> +#include <sal/log.hxx> #include <editeng/frmdiritem.hxx> #include <calbck.hxx> #include <comphelper/interfacecontainer2.hxx> diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx index 5fd149373e0a..bedc64cbf56d 100644 --- a/sw/source/core/unocore/unotext.cxx +++ b/sw/source/core/unocore/unotext.cxx @@ -37,6 +37,7 @@ #include <comphelper/servicehelper.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/supportsservice.hxx> +#include <sal/log.hxx> #include <cmdid.h> #include <unotextbodyhf.hxx> diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx index fabae25e722c..58aa93ac2d1e 100644 --- a/sw/source/core/view/vdraw.cxx +++ b/sw/source/core/view/vdraw.cxx @@ -41,6 +41,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/canvastools.hxx> +#include <sal/log.hxx> #include <basegfx/range/b2irectangle.hxx> diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx index 1475a5edac3a..c8c427105e6f 100644 --- a/sw/source/core/view/viewimp.cxx +++ b/sw/source/core/view/viewimp.cxx @@ -35,6 +35,7 @@ #include <pagepreviewlayout.hxx> #include <svx/svdundo.hxx> #include <comphelper/lok.hxx> +#include <sal/log.hxx> #include <IDocumentLayoutAccess.hxx> #include <IDocumentDrawModelAccess.hxx> #include <IDocumentDeviceAccess.hxx> diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index 76435e704cd9..de050752bdce 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -26,6 +26,7 @@ #include <svx/svdobj.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/ipclient.hxx> +#include <sal/log.hxx> #include <drawdoc.hxx> #include <swwait.hxx> #include <swmodule.hxx> diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx index f8ef50bcc65a..92899880beef 100644 --- a/sw/source/core/view/vnew.cxx +++ b/sw/source/core/view/vnew.cxx @@ -18,6 +18,7 @@ */ #include <sfx2/printer.hxx> +#include <sal/log.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> #include <DocumentSettingManager.hxx> diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index 57427cde8e42..128a1478447d 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -55,6 +55,7 @@ #include <iodetect.hxx> #include <osl/module.hxx> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> using namespace utl; using namespace com::sun::star::uno; diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx index 31c18bca7930..def8b749b91e 100644 --- a/sw/source/filter/basflt/fltshell.cxx +++ b/sw/source/filter/basflt/fltshell.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <cstddef> diff --git a/sw/source/filter/docx/swdocxreader.cxx b/sw/source/filter/docx/swdocxreader.cxx index 97f06733cd9e..09351dd0bd63 100644 --- a/sw/source/filter/docx/swdocxreader.cxx +++ b/sw/source/filter/docx/swdocxreader.cxx @@ -39,6 +39,7 @@ #include <unotools/streamwrap.hxx> #include <unotextrange.hxx> #include <sfx2/docfile.hxx> +#include <sal/log.hxx> #define AUTOTEXT_GALLERY "autoTxt" using namespace css; diff --git a/sw/source/filter/html/htmlflywriter.cxx b/sw/source/filter/html/htmlflywriter.cxx index 5d13d8854556..9f4987815024 100644 --- a/sw/source/filter/html/htmlflywriter.cxx +++ b/sw/source/filter/html/htmlflywriter.cxx @@ -39,6 +39,7 @@ #include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/brushitem.hxx> +#include <sal/log.hxx> #include <fmtanchr.hxx> #include <fmtornt.hxx> diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx index db0cc4701e36..5cc87d5bba1c 100644 --- a/sw/source/filter/html/htmlgrin.cxx +++ b/sw/source/filter/html/htmlgrin.cxx @@ -41,6 +41,7 @@ #include <svtools/htmltokn.h> #include <svtools/htmlkywd.hxx> #include <unotools/eventcfg.hxx> +#include <sal/log.hxx> #include <fmtornt.hxx> #include <fmturl.hxx> diff --git a/sw/source/filter/html/htmlnumreader.cxx b/sw/source/filter/html/htmlnumreader.cxx index c6585fd2d434..262b3d4bf7a1 100644 --- a/sw/source/filter/html/htmlnumreader.cxx +++ b/sw/source/filter/html/htmlnumreader.cxx @@ -27,6 +27,7 @@ #include <editeng/lrspitem.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> +#include <sal/log.hxx> #include <numrule.hxx> #include <doc.hxx> #include <docary.hxx> diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx index 5864bac5a004..d054fd393f65 100644 --- a/sw/source/filter/html/htmlplug.cxx +++ b/sw/source/filter/html/htmlplug.cxx @@ -21,6 +21,7 @@ #include <hintids.hxx> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <svl/urihelper.hxx> #include <vcl/svapp.hxx> #include <sfx2/frmhtml.hxx> diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index 910a98b524cd..5048ad6db408 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -35,6 +35,7 @@ #include <svtools/htmlkywd.hxx> #include <svl/urihelper.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <dcontact.hxx> #include <fmtornt.hxx> diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx index db0bc5e666e9..6e9d7ab2c92a 100644 --- a/sw/source/filter/html/svxcss1.cxx +++ b/sw/source/filter/html/svxcss1.cxx @@ -51,6 +51,7 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include "css1kywd.hxx" #include "svxcss1.hxx" diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx index 4bfc1212b1a3..dc141851a29a 100644 --- a/sw/source/filter/rtf/swparrtf.cxx +++ b/sw/source/filter/rtf/swparrtf.cxx @@ -31,6 +31,7 @@ #include <unotools/streamwrap.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> +#include <sal/log.hxx> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XImporter.hpp> diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx index 35744a492434..6b6b2284be0b 100644 --- a/sw/source/filter/writer/writer.cxx +++ b/sw/source/filter/writer/writer.cxx @@ -27,6 +27,7 @@ #include <editeng/fontitem.hxx> #include <editeng/eeitem.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <shellio.hxx> #include <doc.hxx> #include <docary.hxx> diff --git a/sw/source/filter/writer/wrtswtbl.cxx b/sw/source/filter/writer/wrtswtbl.cxx index b9c2e7adb9a9..e0a7273e8c76 100644 --- a/sw/source/filter/writer/wrtswtbl.cxx +++ b/sw/source/filter/writer/wrtswtbl.cxx @@ -22,6 +22,7 @@ #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> #include <tools/fract.hxx> +#include <sal/log.hxx> #include <wrtswtbl.hxx> #include <swtable.hxx> #include <frmfmt.hxx> diff --git a/sw/source/filter/ww8/WW8Sttbf.cxx b/sw/source/filter/ww8/WW8Sttbf.cxx index 5e088e5e0dd4..b9290e24d3d5 100644 --- a/sw/source/filter/ww8/WW8Sttbf.cxx +++ b/sw/source/filter/ww8/WW8Sttbf.cxx @@ -26,6 +26,7 @@ #include <rtl/ustrbuf.hxx> #include <o3tl/make_shared.hxx> #include <tools/stream.hxx> +#include <sal/log.hxx> namespace ww8 { diff --git a/sw/source/filter/ww8/WW8TableInfo.cxx b/sw/source/filter/ww8/WW8TableInfo.cxx index 00f55e075424..9713931d1e65 100644 --- a/sw/source/filter/ww8/WW8TableInfo.cxx +++ b/sw/source/filter/ww8/WW8TableInfo.cxx @@ -28,6 +28,7 @@ #include <pam.hxx> #include <ndtxt.hxx> #include <dbgoutsw.hxx> +#include <sal/log.hxx> namespace ww8 { diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 0c5ae1043f72..5f112ea0b1fc 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -98,6 +98,7 @@ #include <tools/datetimeutils.hxx> #include <svl/whiter.hxx> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #include <docufld.hxx> #include <authfld.hxx> diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index f27d6b369948..b7b12532f87c 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -82,6 +82,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <vcl/font.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index eb16418f37fb..8a10ac8ae651 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -39,6 +39,7 @@ #include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> #include <o3tl/make_unique.hxx> +#include <sal/log.hxx> #include <IDocumentDrawModelAccess.hxx> diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 662a83680b1c..78d64c1c5cc6 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -25,6 +25,7 @@ #include "ww8par.hxx" #include <fmtcntnt.hxx> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #include <svtools/rtfkeywd.hxx> #include <editeng/fontitem.hxx> #include <editeng/tstpitem.hxx> diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index 1d70464c35d5..292c7772c35b 100644 --- a/sw/source/filter/ww8/rtfexport.cxx +++ b/sw/source/filter/ww8/rtfexport.cxx @@ -49,6 +49,7 @@ #include <filter/msfilter/rtfutil.hxx> #include <unotools/docinfohelper.hxx> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #if OSL_DEBUG_LEVEL > 1 #include <iostream> #endif diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx index d06b9705933f..e8218ff98a5e 100644 --- a/sw/source/filter/ww8/rtfsdrexport.cxx +++ b/sw/source/filter/ww8/rtfsdrexport.cxx @@ -33,6 +33,7 @@ #include <textboxhelper.hxx> #include <dcontact.hxx> #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <algorithm> #include "rtfexport.hxx" diff --git a/sw/source/filter/ww8/sortedarray.hxx b/sw/source/filter/ww8/sortedarray.hxx index 7efec13aa9ff..2e36fba4155c 100644 --- a/sw/source/filter/ww8/sortedarray.hxx +++ b/sw/source/filter/ww8/sortedarray.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SW_SOURCE_FILTER_WW8_SORTEDARRAY_HXX #include <osl/diagnose.h> +#include <sal/log.hxx> #include <algorithm> //simple template that manages a static [] array by sorting at construction diff --git a/sw/source/filter/ww8/writerhelper.cxx b/sw/source/filter/ww8/writerhelper.cxx index 2ce34d4f8d98..9e94dd9a3e17 100644 --- a/sw/source/filter/ww8/writerhelper.cxx +++ b/sw/source/filter/ww8/writerhelper.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/util/CloseVetoException.hpp> #include <com/sun/star/util/XCloseable.hpp> diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx index 9f27faa311e0..8c88c6461c8c 100644 --- a/sw/source/filter/ww8/writerwordglue.cxx +++ b/sw/source/filter/ww8/writerwordglue.cxx @@ -26,6 +26,7 @@ #include <algorithm> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #include <unicode/ubidi.h> #include <tools/tenccvt.hxx> diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index a063825432ad..745f7f157dcd 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -91,6 +91,7 @@ #include <com/sun/star/text/RubyPosition.hpp> #include <oox/export/vmlexport.hxx> #include <sfx2/docfile.hxx> +#include <sal/log.hxx> #include "sprmids.hxx" diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index dbf50faa680b..10f53ab15b05 100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -29,6 +29,7 @@ #include <hintids.hxx> #include <string.h> #include <osl/endian.h> +#include <sal/log.hxx> #include <o3tl/make_unique.hxx> #include <docsh.hxx> #include <drawdoc.hxx> diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx index d48a2e404142..9f908a86ec0a 100644 --- a/sw/source/filter/ww8/wrtww8gr.cxx +++ b/sw/source/filter/ww8/wrtww8gr.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <rtl/math.hxx> +#include <sal/log.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/wmf.hxx> #include <svl/itemiter.hxx> diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 02d96980146e..d72c0cd37af9 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -27,6 +27,7 @@ #include <vcl/svapp.hxx> #include <vcl/salbtype.hxx> #include <vcl/settings.hxx> +#include <sal/log.hxx> #include <svl/zformat.hxx> #include <svl/itemiter.hxx> diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 205e25deadda..7de545f1c975 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -21,6 +21,7 @@ #include <svl/urihelper.hxx> #include <hintids.hxx> #include <osl/endian.h> +#include <sal/log.hxx> #include <svx/fmglob.hxx> #include <svx/sdtaitm.hxx> #include <editeng/lrspitem.hxx> diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index e4436e1c9049..181a51486aef 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -20,6 +20,7 @@ #include <config_features.h> #include <sal/config.h> +#include <sal/log.hxx> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/ElementModes.hpp> diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index 416264981e82..d3a694546758 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <comphelper/string.hxx> #include <tools/solar.h> diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index b7149da0ae4c..7802f07190f9 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -21,6 +21,7 @@ #include <svl/itemiter.hxx> #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> +#include <sal/log.hxx> #include <vcl/unohelp.hxx> #include <com/sun/star/form/XForm.hpp> diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx index d2a63a93234f..b22115331faf 100644 --- a/sw/source/filter/ww8/ww8par4.cxx +++ b/sw/source/filter/ww8/ww8par4.cxx @@ -34,6 +34,7 @@ #include <filter/msfilter/msdffimp.hxx> #include "sprmids.hxx" #include <svx/unoapi.hxx> +#include <sal/log.hxx> #include <sot/exchange.hxx> #include <swtypes.hxx> diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 4513d19bd177..0d30a4f77832 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -21,6 +21,7 @@ #include <svl/itemiter.hxx> #include <svl/grabbagitem.hxx> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #include <hintids.hxx> #include <editeng/lspcitem.hxx> diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index eafd78c352b7..50d1438093f1 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -30,6 +30,7 @@ #include "sprmids.hxx" #include <rtl/tencinfo.h> #include <sal/macros.h> +#include <sal/log.hxx> #include <swerror.h> #include <swtypes.hxx> diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx index 250a31688151..604b4ac2cdc7 100644 --- a/sw/source/filter/xml/XMLRedlineImportHelper.cxx +++ b/sw/source/filter/xml/XMLRedlineImportHelper.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <cstddef> diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index ea8c6eacdc1c..70ddb6a53487 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -48,6 +48,7 @@ #include <comphelper/fileformat.h> #include <comphelper/genericpropertyset.hxx> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <sfx2/frame.hxx> #include <unotools/ucbstreamhelper.hxx> #include <swerror.h> diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx index 8006286146cf..fa9fdbe2b3bc 100644 --- a/sw/source/filter/xml/wrtxml.cxx +++ b/sw/source/filter/xml/wrtxml.cxx @@ -31,6 +31,7 @@ #include <comphelper/genericpropertyset.hxx> #include <vcl/errinf.hxx> #include <o3tl/any.hxx> +#include <sal/log.hxx> #include <unotools/streamwrap.hxx> #include <svx/xmlgrhlp.hxx> #include <svx/xmleohlp.hxx> diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx index ec75d3b00951..0693e565aa6b 100644 --- a/sw/source/filter/xml/xmlfmt.cxx +++ b/sw/source/filter/xml/xmlfmt.cxx @@ -19,6 +19,7 @@ #include <o3tl/make_unique.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <xmloff/nmspmap.hxx> #include <format.hxx> diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx index 598d12fead74..982cc2ae9295 100644 --- a/sw/source/filter/xml/xmlimp.cxx +++ b/sw/source/filter/xml/xmlimp.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <cassert> diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx index f5357e284625..851cee176955 100644 --- a/sw/source/filter/xml/xmltbli.cxx +++ b/sw/source/filter/xml/xmltbli.cxx @@ -26,6 +26,7 @@ #include <o3tl/numeric.hxx> #include <o3tl/make_unique.hxx> #include <o3tl/safeint.hxx> +#include <sal/log.hxx> #include <svl/itemset.hxx> #include <svl/zformat.hxx> #include <sax/tools/converter.hxx> diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 0cbf9fd85677..0fd22a8b2309 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <o3tl/any.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <comphelper/classids.hxx> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <xmloff/prstylei.hxx> diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx index 33ab1ede2128..3524214b5380 100644 --- a/sw/source/ui/dbui/dbinsdlg.cxx +++ b/sw/source/ui/dbui/dbinsdlg.cxx @@ -41,6 +41,7 @@ #include <com/sun/star/sdbc/XRowSet.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> +#include <sal/log.hxx> #include <editeng/langitem.hxx> #include <svl/numuno.hxx> #include <svl/stritem.hxx> diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx index 853574e67eb2..c3bee8213512 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.cxx +++ b/sw/source/ui/dbui/mmaddressblockpage.cxx @@ -32,6 +32,7 @@ #include <com/sun/star/sdb/XColumn.hpp> #include <comphelper/string.hxx> #include <svtools/treelistentry.hxx> +#include <sal/log.hxx> #include <vector> #include <globals.hrc> diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index f5680b980040..c14289d70ccf 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -53,6 +53,7 @@ #include <vcl/print.hxx> #include <vcl/settings.hxx> #include <rtl/tencinfo.h> +#include <sal/log.hxx> #include <unotools/tempfile.hxx> #include <osl/file.hxx> diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx index 1f3b81e20c22..eb7d9621b0c0 100644 --- a/sw/source/ui/envelp/labfmt.cxx +++ b/sw/source/ui/envelp/labfmt.cxx @@ -22,6 +22,7 @@ #include <vcl/weld.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> +#include <sal/log.hxx> #include <viewopt.hxx> diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 35f2267b8b63..8a6524490692 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -19,6 +19,7 @@ #include <hintids.hxx> +#include <sal/log.hxx> #include <sfx2/viewfrm.hxx> #include <svx/hdft.hxx> #include <editeng/flstitem.hxx> diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 2b42694961da..b3030f87d711 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -19,6 +19,7 @@ #include <config_folders.h> +#include <sal/log.hxx> #include <vcl/builderfactory.hxx> #include <svl/style.hxx> #include <vcl/help.hxx> diff --git a/sw/source/ui/misc/linenum.cxx b/sw/source/ui/misc/linenum.cxx index 281dd9dd0d77..07f85c6e0585 100644 --- a/sw/source/ui/misc/linenum.cxx +++ b/sw/source/ui/misc/linenum.cxx @@ -20,6 +20,7 @@ #include <sfx2/viewfrm.hxx> #include <svl/style.hxx> #include <svtools/unitconv.hxx> +#include <sal/log.hxx> #include <view.hxx> #include <wrtsh.hxx> #include <docsh.hxx> diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx index 4c716726aafb..09fe5be864ad 100644 --- a/sw/source/ui/table/tautofmt.cxx +++ b/sw/source/ui/table/tautofmt.cxx @@ -19,6 +19,7 @@ #include <memory> #include <vcl/weld.hxx> +#include <sal/log.hxx> #include <strings.hrc> #include <view.hxx> #include <shellres.hxx> diff --git a/sw/source/ui/vba/service.cxx b/sw/source/ui/vba/service.cxx index 1924abc1689d..00e8797fd67b 100644 --- a/sw/source/ui/vba/service.cxx +++ b/sw/source/ui/vba/service.cxx @@ -18,6 +18,7 @@ */ #include <cppuhelper/implementationentry.hxx> #include <comphelper/servicedecl.hxx> +#include <sal/log.hxx> #include "service.hxx" diff --git a/sw/source/ui/vba/vbaaddins.cxx b/sw/source/ui/vba/vbaaddins.cxx index af69cfe3f844..265f850206b8 100644 --- a/sw/source/ui/vba/vbaaddins.cxx +++ b/sw/source/ui/vba/vbaaddins.cxx @@ -19,6 +19,7 @@ #include "vbaaddins.hxx" #include "vbaaddin.hxx" #include <unotools/pathoptions.hxx> +#include <sal/log.hxx> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx index a1ff66bdaf1a..eae06b29457a 100644 --- a/sw/source/ui/vba/vbaapplication.cxx +++ b/sw/source/ui/vba/vbaapplication.cxx @@ -22,6 +22,7 @@ #include "vbaapplication.hxx" #include "vbadocument.hxx" +#include <sal/log.hxx> #include <osl/file.hxx> #include <vbahelper/vbahelper.hxx> #include "vbawindow.hxx" diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx index 18273d813e91..851920b56005 100644 --- a/sw/source/ui/vba/vbadocument.cxx +++ b/sw/source/ui/vba/vbadocument.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include "service.hxx" #include "vbadocument.hxx" diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx index 625c46e0e1e2..4a74d5abd25b 100644 --- a/sw/source/ui/vba/vbadocumentproperties.cxx +++ b/sw/source/ui/vba/vbadocumentproperties.cxx @@ -18,6 +18,7 @@ */ #include "vbadocumentproperties.hxx" #include <cppuhelper/implbase.hxx> +#include <sal/log.hxx> #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/sw/source/ui/vba/vbafield.cxx b/sw/source/ui/vba/vbafield.cxx index d58d267d655e..01f0d1541b00 100644 --- a/sw/source/ui/vba/vbafield.cxx +++ b/sw/source/ui/vba/vbafield.cxx @@ -29,6 +29,7 @@ #include <swtypes.hxx> #include <basic/sberrors.hxx> #include <cppuhelper/implbase.hxx> +#include <sal/log.hxx> using namespace ::ooo::vba; using namespace ::com::sun::star; diff --git a/sw/source/ui/vba/vbaglobals.cxx b/sw/source/ui/vba/vbaglobals.cxx index 79954a706f86..40e95e467dbe 100644 --- a/sw/source/ui/vba/vbaglobals.cxx +++ b/sw/source/ui/vba/vbaglobals.cxx @@ -20,6 +20,7 @@ #include "service.hxx" #include "vbaglobals.hxx" #include <sal/macros.h> +#include <sal/log.hxx> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/sw/source/ui/vba/vbalisthelper.cxx b/sw/source/ui/vba/vbalisthelper.cxx index cc14183fc813..0fed4ca41936 100644 --- a/sw/source/ui/vba/vbalisthelper.cxx +++ b/sw/source/ui/vba/vbalisthelper.cxx @@ -18,6 +18,7 @@ */ #include "vbalisthelper.hxx" #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <ooo/vba/word/WdListGalleryType.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/sw/source/ui/vba/vbarevision.cxx b/sw/source/ui/vba/vbarevision.cxx index 556a65bd18f7..a82c5a5f59db 100644 --- a/sw/source/ui/vba/vbarevision.cxx +++ b/sw/source/ui/vba/vbarevision.cxx @@ -19,6 +19,7 @@ #include "vbarevision.hxx" #include <vbahelper/vbahelper.hxx> #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <com/sun/star/document/XRedlinesSupplier.hpp> #include "wordvbahelper.hxx" #include <docsh.hxx> diff --git a/sw/source/ui/vba/vbastyles.cxx b/sw/source/ui/vba/vbastyles.cxx index 5dddfd9c7bdf..06ea4d159375 100644 --- a/sw/source/ui/vba/vbastyles.cxx +++ b/sw/source/ui/vba/vbastyles.cxx @@ -20,6 +20,7 @@ #include "vbastyle.hxx" #include <basic/sberrors.hxx> #include <cppuhelper/implbase.hxx> +#include <sal/log.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx index ac5a40287a4d..c16f93e1d574 100644 --- a/sw/source/uibase/app/apphdl.cxx +++ b/sw/source/uibase/app/apphdl.cxx @@ -19,6 +19,7 @@ #include <config_features.h> +#include <sal/log.hxx> #include <comphelper/propertysequence.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/event.hxx> diff --git a/sw/source/uibase/app/appopt.cxx b/sw/source/uibase/app/appopt.cxx index b5e037b0091f..b7edb4e35d58 100644 --- a/sw/source/uibase/app/appopt.cxx +++ b/sw/source/uibase/app/appopt.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/i18n/ScriptType.hpp> +#include <sal/log.hxx> #include <hintids.hxx> #include <o3tl/make_unique.hxx> #include <svl/eitem.hxx> diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx index 7c210e6a468d..2fb423f0ded4 100644 --- a/sw/source/uibase/app/docsh2.cxx +++ b/sw/source/uibase/app/docsh2.cxx @@ -25,6 +25,7 @@ #include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> +#include <sal/log.hxx> #include <edtwin.hxx> #include <hintids.hxx> #include <tools/urlobj.hxx> diff --git a/sw/source/uibase/app/docshini.cxx b/sw/source/uibase/app/docshini.cxx index 0a402d2466af..00b0fecade8e 100644 --- a/sw/source/uibase/app/docshini.cxx +++ b/sw/source/uibase/app/docshini.cxx @@ -19,6 +19,7 @@ #include <hintids.hxx> +#include <sal/log.hxx> #include <i18nlangtag/mslangid.hxx> #include <sot/storinfo.hxx> #include <sot/storage.hxx> diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index 3b67b9478572..95d3cc936aa9 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -25,6 +25,7 @@ #include <comphelper/flagguard.hxx> +#include <sal/log.hxx> #include <hintids.hxx> #include <sfx2/app.hxx> #include <sfx2/styledlg.hxx> diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index 71c44a770290..4f32741b7cfd 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <sal/log.hxx> #include <cstdlib> diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx index 6eef82222647..33adb20335ab 100644 --- a/sw/source/uibase/app/swdll.cxx +++ b/sw/source/uibase/app/swdll.cxx @@ -37,6 +37,7 @@ #include <comphelper/unique_disposing_ptr.hxx> #include <comphelper/processfactory.hxx> +#include <sal/log.hxx> #include <svx/fmobjfac.hxx> #include <svx/objfac3d.hxx> #include <editeng/acorrcfg.hxx> diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx index 531e5b424bbc..80f27600d3a8 100644 --- a/sw/source/uibase/config/StoredChapterNumbering.cxx +++ b/sw/source/uibase/config/StoredChapterNumbering.cxx @@ -33,6 +33,7 @@ #include <xmloff/xmlnumi.hxx> #include <vcl/svapp.hxx> +#include <sal/log.hxx> #include <unosett.hxx> diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx index 7c46b9aa45ea..5cba59440bc5 100644 --- a/sw/source/uibase/dbui/mmconfigitem.cxx +++ b/sw/source/uibase/dbui/mmconfigitem.cxx @@ -34,6 +34,7 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <comphelper/sequence.hxx> #include <rtl/instance.hxx> +#include <sal/log.hxx> #include <unotools/configitem.hxx> #include <mailmergehelper.hxx> #include <swunohelper.hxx> diff --git a/sw/source/uibase/ribbar/inputwin.cxx b/sw/source/uibase/ribbar/inputwin.cxx index d5bc628b8bfd..79bbd8572939 100644 --- a/sw/source/uibase/ribbar/inputwin.cxx +++ b/sw/source/uibase/ribbar/inputwin.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <comphelper/string.hxx> #include <officecfg/Office/Common.hxx> diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx index c9544baccb5a..b9c7b98a3f95 100644 --- a/sw/source/uibase/shells/frmsh.cxx +++ b/sw/source/uibase/shells/frmsh.cxx @@ -43,6 +43,7 @@ #include <svx/hlnkitem.hxx> #include <svx/svdview.hxx> #include <vcl/commandinfoprovider.hxx> +#include <sal/log.hxx> #include <doc.hxx> #include <drawdoc.hxx> diff --git a/sw/source/uibase/sidebar/PageFormatPanel.cxx b/sw/source/uibase/sidebar/PageFormatPanel.cxx index 82c182dd8a36..25c7018edeb4 100644 --- a/sw/source/uibase/sidebar/PageFormatPanel.cxx +++ b/sw/source/uibase/sidebar/PageFormatPanel.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <sal/config.h> +#include <sal/log.hxx> #include <swtypes.hxx> #include <svl/intitem.hxx> #include <editeng/sizeitem.hxx> diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index 2dbf557bc291..57feae4cbda3 100644 --- a/sw/source/uibase/uiview/view.cxx +++ b/sw/source/uibase/uiview/view.cxx @@ -97,6 +97,7 @@ #include <com/sun/star/scanner/XScannerManager2.hpp> #include <toolkit/helper/vclunohelper.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <sax/tools/converter.hxx> #include <formatclipboard.hxx> diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index 63db8729b759..6bd0cf3d6d82 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -26,6 +26,7 @@ #include <hintids.hxx> +#include <sal/log.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svx/pageitem.hxx> diff --git a/sw/source/uibase/uno/SwXDocumentSettings.cxx b/sw/source/uibase/uno/SwXDocumentSettings.cxx index 8e5ae19a13f1..12ac99b6fbcd 100644 --- a/sw/source/uibase/uno/SwXDocumentSettings.cxx +++ b/sw/source/uibase/uno/SwXDocumentSettings.cxx @@ -20,6 +20,7 @@ #include <config_features.h> #include <sal/config.h> +#include <sal/log.hxx> #include <utility> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 9e39dabdd957..3d1aca115923 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -20,6 +20,7 @@ #include <comphelper/string.hxx> #include <svl/urlbmk.hxx> #include <osl/thread.h> +#include <sal/log.hxx> #include <tools/urlobj.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> diff --git a/sw/source/uibase/utlui/navicfg.cxx b/sw/source/uibase/utlui/navicfg.cxx index 8ad887ea4bff..c585cf7631f9 100644 --- a/sw/source/uibase/utlui/navicfg.cxx +++ b/sw/source/uibase/utlui/navicfg.cxx @@ -22,6 +22,7 @@ #include <swcont.hxx> #include <o3tl/any.hxx> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <unomid.h> diff --git a/sw/source/uibase/wrtsh/wrtsh2.cxx b/sw/source/uibase/wrtsh/wrtsh2.cxx index aa3b8bf4c0f8..ecf9a023995d 100644 --- a/sw/source/uibase/wrtsh/wrtsh2.cxx +++ b/sw/source/uibase/wrtsh/wrtsh2.cxx @@ -64,6 +64,7 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <comphelper/lok.hxx> #include <sfx2/event.hxx> +#include <sal/log.hxx> void SwWrtShell::Insert(SwField const &rField) { |