basic/source/classes/sb.cxx | 1 + basic/source/classes/sbunoobj.cxx | 1 + basic/source/runtime/iosys.cxx | 1 + basic/source/sbx/sbxvalue.cxx | 1 + codemaker/source/codemaker/global.cxx | 1 + comphelper/source/officeinstdir/officeinstallationdirectories.cxx | 1 + desktop/source/deployment/dp_persmap.cxx | 1 + desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 1 + desktop/source/deployment/misc/dp_misc.cxx | 1 + desktop/source/deployment/registry/dp_backenddb.cxx | 1 + desktop/source/migration/services/basicmigration.cxx | 1 + desktop/source/migration/services/wordbookmigration.cxx | 1 + editeng/source/items/flditem.cxx | 1 + embeddedobj/source/msole/olecomponent.cxx | 1 + extensions/source/update/check/updatecheckconfig.cxx | 1 + filter/source/msfilter/msvbahelper.cxx | 1 + filter/source/xsltfilter/LibXSLTTransformer.cxx | 1 + filter/source/xsltfilter/OleHandler.cxx | 1 + idl/source/prj/database.cxx | 1 + include/osl/file.hxx | 1 - jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx | 1 + jvmfwk/source/elements.cxx | 1 + jvmfwk/source/fwkbase.cxx | 1 + lingucomponent/source/lingutil/lingutil.cxx | 1 + lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 1 + lingucomponent/source/spellcheck/spell/sspellimp.cxx | 1 + lotuswordpro/source/filter/lwptools.cxx | 1 + pyuno/source/module/pyuno_module.cxx | 1 + sal/osl/w32/procimpl.cxx | 1 + sc/source/ui/docshell/externalrefmgr.cxx | 1 + sd/source/filter/html/htmlex.cxx | 1 + sd/source/ui/dlg/navigatr.cxx | 1 + sd/source/ui/view/sdview4.cxx | 1 + sfx2/source/appl/shutdownicon.cxx | 1 + shell/source/tools/lngconvex/lngconvex.cxx | 1 + sot/source/sdstor/stg.cxx | 1 + sot/source/sdstor/stgstrms.cxx | 1 + svx/source/dialog/docrecovery.cxx | 1 + sw/source/ui/dbui/mmlayoutpage.cxx | 1 + sw/source/ui/dbui/mmresultdialogs.cxx | 1 + ucb/source/ucp/file/filinpstr.cxx | 2 ++ ucb/source/ucp/file/filtask.cxx | 1 + unodevtools/source/skeletonmaker/cppcompskeleton.cxx | 1 + unodevtools/source/skeletonmaker/cpptypemaker.cxx | 1 + unodevtools/source/skeletonmaker/javacompskeleton.cxx | 1 + unodevtools/source/skeletonmaker/javatypemaker.cxx | 1 + unodevtools/source/skeletonmaker/skeletonmaker.cxx | 1 + vcl/quartz/salgdi.cxx | 1 + vcl/quartz/salgdicommon.cxx | 1 + vcl/source/app/svapp.cxx | 1 + vcl/source/gdi/pdfwriter_impl.cxx | 1 + vcl/source/gdi/pdfwriter_impl2.cxx | 1 + vcl/unx/generic/print/genprnpsp.cxx | 1 + vcl/win/gdi/salfont.cxx | 1 + 54 files changed, 54 insertions(+), 1 deletion(-)
New commits: commit e1a351ca191367ed74282a66e53658af66d6e54d Author: Gabor Kelemen <[email protected]> AuthorDate: Thu May 23 16:41:10 2024 +0200 Commit: Gabor Kelemen <[email protected]> CommitDate: Sat Jul 20 10:20:31 2024 +0200 Remove now unneeded osl/diagnose.h followup to commit 57c228803e55ed343c6693de7d0857ad7d3cd9e3 Change-Id: Iebfb23bb65e2bf898bf27f367cc9641f47a14cf3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167998 Reviewed-by: Gabor Kelemen <[email protected]> Tested-by: Jenkins diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 143bf86ff18f..3c678f6a8219 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -19,6 +19,7 @@ #include <sb.hxx> #include <o3tl/safeint.hxx> +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/stream.hxx> #include <tools/debug.hxx> diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 463d11b95fbf..0f59f78b0591 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> +#include <osl/diagnose.h> #include <o3tl/any.hxx> #include <o3tl/safeint.hxx> #include <utility> diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 1cb7f77d90b7..ac404d0b53e4 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -20,6 +20,7 @@ #include <string.h> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <runtime.hxx> diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx index d644ca0c3c73..e3bbdd2f1e4c 100644 --- a/basic/source/sbx/sbxvalue.cxx +++ b/basic/source/sbx/sbxvalue.cxx @@ -22,6 +22,7 @@ #include <math.h> #include <string_view> +#include <osl/diagnose.h> #include <o3tl/float_int_conversion.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index 2862336b15bb..9651cf955b6c 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <osl/diagnose.h> #include <osl/process.h> #include <rtl/strbuf.hxx> #include <rtl/ustring.hxx> diff --git a/comphelper/source/officeinstdir/officeinstallationdirectories.cxx b/comphelper/source/officeinstdir/officeinstallationdirectories.cxx index 252ba2d5231e..72ef00e82f0b 100644 --- a/comphelper/source/officeinstdir/officeinstallationdirectories.cxx +++ b/comphelper/source/officeinstdir/officeinstallationdirectories.cxx @@ -27,6 +27,7 @@ *************************************************************************/ +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/util/theMacroExpander.hpp> #include <comphelper/fileurl.hxx> diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx index 8b032fffb96e..948c8e857c72 100644 --- a/desktop/source/deployment/dp_persmap.cxx +++ b/desktop/source/deployment/dp_persmap.cxx @@ -23,6 +23,7 @@ #include <dp_misc.h> #include <dp_persmap.h> +#include <osl/diagnose.h> #include <o3tl/safeint.hxx> #include <rtl/byteseq.hxx> #include <rtl/strbuf.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index 1e87852d9b4a..7de11a2dadb0 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -21,6 +21,7 @@ #include "dp_gui_updatedata.hxx" #include <sal/config.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <cppuhelper/exc_hlp.hxx> #include <utility> diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index fc85925ca0b9..79a8f2a58787 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -31,6 +31,7 @@ #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include <unotools/bootstrap.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/pipe.hxx> #include <osl/security.hxx> diff --git a/desktop/source/deployment/registry/dp_backenddb.cxx b/desktop/source/deployment/registry/dp_backenddb.cxx index 5f9a80f01dbd..5b9d35d28dce 100644 --- a/desktop/source/deployment/registry/dp_backenddb.cxx +++ b/desktop/source/deployment/registry/dp_backenddb.cxx @@ -19,6 +19,7 @@ #include <cppuhelper/exc_hlp.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/deployment/DeploymentException.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/desktop/source/migration/services/basicmigration.cxx b/desktop/source/migration/services/basicmigration.cxx index aa0a8e63af3c..252e1453ba04 100644 --- a/desktop/source/migration/services/basicmigration.cxx +++ b/desktop/source/migration/services/basicmigration.cxx @@ -22,6 +22,7 @@ #include <tools/urlobj.hxx> #include <unotools/bootstrap.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/desktop/source/migration/services/wordbookmigration.cxx b/desktop/source/migration/services/wordbookmigration.cxx index 59ae64908c8b..02e314dfe7e7 100644 --- a/desktop/source/migration/services/wordbookmigration.cxx +++ b/desktop/source/migration/services/wordbookmigration.cxx @@ -23,6 +23,7 @@ #include <unotools/bootstrap.hxx> #include <unotools/ucbstreamhelper.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/editeng/source/items/flditem.cxx b/editeng/source/items/flditem.cxx index 6f395e318b53..f524289e3647 100644 --- a/editeng/source/items/flditem.cxx +++ b/editeng/source/items/flditem.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <osl/diagnose.h> #include <osl/file.hxx> #include <utility> #include <vcl/metaact.hxx> diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index b9c1c27827bb..0ba34a7d7051 100644 --- a/embeddedobj/source/msole/olecomponent.cxx +++ b/embeddedobj/source/msole/olecomponent.cxx @@ -38,6 +38,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/windowserrorstring.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <rtl/ref.hxx> #include <o3tl/char16_t2wchar_t.hxx> diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx index 01a9033100fb..e62ff5fe93c9 100644 --- a/extensions/source/update/check/updatecheckconfig.cxx +++ b/extensions/source/update/check/updatecheckconfig.cxx @@ -26,6 +26,7 @@ #include <cppuhelper/supportsservice.hxx> #include <osl/security.hxx> #include <osl/time.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sal/macros.h> #include <o3tl/char16_t2wchar_t.hxx> diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx index 02704e567ec6..fd6e616f1a3d 100644 --- a/filter/source/msfilter/msvbahelper.cxx +++ b/filter/source/msfilter/msvbahelper.cxx @@ -33,6 +33,7 @@ #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <tools/urlobj.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sal/log.hxx> #include <unotools/pathoptions.hxx> diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx index f6b1cc5f1715..017fad2c8548 100644 --- a/filter/source/xsltfilter/LibXSLTTransformer.cxx +++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx @@ -29,6 +29,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/filter/source/xsltfilter/OleHandler.cxx b/filter/source/xsltfilter/OleHandler.cxx index 0318aaa5d2f0..feab2eec414c 100644 --- a/filter/source/xsltfilter/OleHandler.cxx +++ b/filter/source/xsltfilter/OleHandler.cxx @@ -9,6 +9,7 @@ */ +#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <package/Inflater.hxx> diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 59ceab5dee9b..410117968359 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -28,6 +28,7 @@ #include <globals.hxx> #include <slot.hxx> #include <rtl/strbuf.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 81702bd847b3..1f1121d547e2 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -35,7 +35,6 @@ #include "rtl/ustring.hxx" #include "osl/file.h" -#include "osl/diagnose.h" namespace rtl { class ByteSequence; } diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx index d7988518f2ed..c2650c85f35d 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx @@ -18,6 +18,7 @@ */ +#include <osl/diagnose.h> #include <osl/file.hxx> #include <vendorbase.hxx> diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index 447cb49ca2da..aaeabf7afd6d 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -24,6 +24,7 @@ #include <memory> #include <elements.hxx> +#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <osl/file.hxx> #include <fwkutil.hxx> diff --git a/jvmfwk/source/fwkbase.cxx b/jvmfwk/source/fwkbase.cxx index 197bc43dc08f..47deb729f811 100644 --- a/jvmfwk/source/fwkbase.cxx +++ b/jvmfwk/source/fwkbase.cxx @@ -21,6 +21,7 @@ #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include <libxml/xpathInternals.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/thread.hxx> #include <o3tl/string_view.hxx> diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index 2057b54c3612..21b04520e122 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -24,6 +24,7 @@ #include <windows.h> #endif +#include <osl/diagnose.h> #include <osl/thread.h> #include <osl/file.hxx> #include <osl/process.h> diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index c6a1fcd47c4c..25af9516a863 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -34,6 +34,7 @@ #include <linguistic/spelldta.hxx> #include <unotools/pathoptions.hxx> #include <unotools/useroptions.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <rtl/ref.hxx> #include <rtl/ustrbuf.hxx> diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index 7c94ad1ef98d..fe676cde5312 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -41,6 +41,7 @@ #include <svtools/strings.hrc> #include <unotools/lingucfg.hxx> #include <unotools/resmgr.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/textenc.h> diff --git a/lotuswordpro/source/filter/lwptools.cxx b/lotuswordpro/source/filter/lwptools.cxx index 16b1259ba291..0d0461f37e7a 100644 --- a/lotuswordpro/source/filter/lwptools.cxx +++ b/lotuswordpro/source/filter/lwptools.cxx @@ -63,6 +63,7 @@ #include <o3tl/string_view.hxx> #include <osl/process.h> #include <osl/thread.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx index 53527df35780..b3cdc07b4703 100644 --- a/pyuno/source/module/pyuno_module.cxx +++ b/pyuno/source/module/pyuno_module.cxx @@ -27,6 +27,7 @@ #include <osl/module.hxx> #include <osl/thread.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sal/log.hxx> diff --git a/sal/osl/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx index 173ca3e11651..f36a3c90b073 100644 --- a/sal/osl/w32/procimpl.cxx +++ b/sal/osl/w32/procimpl.cxx @@ -29,6 +29,7 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include "secimpl.hxx" +#include <osl/diagnose.h> #include <osl/file.hxx> #include <o3tl/char16_t2wchar_t.hxx> diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index d1bbaa8a8197..26e7991ed4ad 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -38,6 +38,7 @@ #include <scmod.hxx> #include <o3tl/safeint.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sfx2/app.hxx> #include <sfx2/docfile.hxx> diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index 36e14aef4005..c670e2467b27 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -27,6 +27,7 @@ #include <comphelper/propertyvalue.hxx> #include <comphelper/xmlencode.hxx> #include <o3tl/safeint.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <unotools/ucbstreamhelper.hxx> #include <sfx2/frmhtmlw.hxx> diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx index 51ad28d89e4b..ff38bfbb2bc7 100644 --- a/sd/source/ui/dlg/navigatr.cxx +++ b/sd/source/ui/dlg/navigatr.cxx @@ -20,6 +20,7 @@ #include <memory> #include <sal/config.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <tools/urlobj.hxx> #include <sfx2/fcontnr.hxx> diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index d46cac5ff7eb..c994d4ea35d9 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -22,6 +22,7 @@ #include <View.hxx> #include <comphelper/propertyvalue.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index 0a4ff600d1f3..939a03c396b1 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -52,6 +52,7 @@ #include <officecfg/Office/Common.hxx> #include <tools/urlobj.hxx> #include <tools/debug.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/module.hxx> #include <rtl/ref.hxx> diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index f016d01f7133..f7cb9af15b7f 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -35,6 +35,7 @@ typedef unsigned short WORD; #include <comphelper/string.hxx> #include <osl/thread.h> #include <osl/process.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sal/main.h> diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 86658536cb07..c3b66ca9956c 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -19,6 +19,7 @@ #include <sot/storinfo.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <unotools/tempfile.hxx> #include <tools/stream.hxx> diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx index b53a6fdb8dda..df113df5baa3 100644 --- a/sot/source/sdstor/stgstrms.cxx +++ b/sot/source/sdstor/stgstrms.cxx @@ -22,6 +22,7 @@ #include <string.h> #include <sal/log.hxx> #include <o3tl/safeint.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <unotools/tempfile.hxx> diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 200d1d590eb5..9227f5356d04 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -38,6 +38,7 @@ #include <com/sun/star/ui/dialogs/XFolderPicker2.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/util/URLTransformer.hpp> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <unotools/pathoptions.hxx> diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index c780424c34f7..a0c5195e7ef4 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -48,6 +48,7 @@ #include <fmtornt.hxx> #include <fmtfsize.hxx> #include <editeng/boxitem.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <vcl/settings.hxx> #include <unoprnms.hxx> diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index 35ea44e6e5b4..46ad98a62504 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -55,6 +55,7 @@ #include <sal/log.hxx> #include <unotools/tempfile.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/ucb/source/ucp/file/filinpstr.cxx b/ucb/source/ucp/file/filinpstr.cxx index 5838dcda39ac..09cfe1301bbf 100644 --- a/ucb/source/ucp/file/filinpstr.cxx +++ b/ucb/source/ucp/file/filinpstr.cxx @@ -22,6 +22,8 @@ #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <osl/diagnose.h> + #include "filinpstr.hxx" #include "filerror.hxx" diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx index d1b615109dcc..749c9b4acf5e 100644 --- a/ucb/source/ucp/file/filtask.cxx +++ b/ucb/source/ucp/file/filtask.cxx @@ -45,6 +45,7 @@ #include <com/sun/star/ucb/Store.hpp> #include <com/sun/star/ucb/TransferInfo.hpp> #include <comphelper/propertysequence.hxx> +#include <osl/diagnose.h> #include <rtl/ref.hxx> #include <rtl/uri.hxx> diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx index 7555ba7f43a6..e3aa600e5d2d 100644 --- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx @@ -21,6 +21,7 @@ #include <codemaker/commoncpp.hxx> #include <codemaker/global.hxx> +#include <osl/diagnose.h> #include "skeletoncommon.hxx" #include "skeletoncpp.hxx" diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx index 5e5e165b2fbc..481299c2e1c2 100644 --- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx +++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx @@ -22,6 +22,7 @@ #include <codemaker/codemaker.hxx> #include <codemaker/commoncpp.hxx> #include <codemaker/global.hxx> +#include <osl/diagnose.h> #include "skeletoncommon.hxx" #include "skeletoncpp.hxx" diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx index 916c96a2c196..deb352708e05 100644 --- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx @@ -21,6 +21,7 @@ #include <codemaker/commonjava.hxx> #include <codemaker/global.hxx> +#include <osl/diagnose.h> #include <rtl/strbuf.hxx> #include "skeletoncommon.hxx" diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx index 803090ab2249..639438799d48 100644 --- a/unodevtools/source/skeletonmaker/javatypemaker.cxx +++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx @@ -23,6 +23,7 @@ #include <cstring> #include <string_view> +#include <osl/diagnose.h> #include <codemaker/codemaker.hxx> #include <codemaker/commonjava.hxx> #include <codemaker/global.hxx> diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index 02ff21a5ec69..e26dc2af0ac0 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -22,6 +22,7 @@ #include <codemaker/typemanager.hxx> #include <sal/main.h> #include <rtl/process.h> +#include <osl/diagnose.h> #include <options.hxx> #include <unoidl/unoidl.hxx> diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 7ec52c32111d..115ca04b8f30 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -29,6 +29,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/range/b2drectangle.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/process.h> #include <rtl/bootstrap.h> diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 98ff40a7dc54..4d0d84466e6e 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -28,6 +28,7 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <osl/endian.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <sal/types.h> #include <tools/long.hxx> diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index af0b1fcd683b..e3332817f4e4 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -20,6 +20,7 @@ #include <config_features.h> #include <config_version.h> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/thread.hxx> #include <osl/module.hxx> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index f5c391ee7bf5..37da6e745be7 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -47,6 +47,7 @@ #include <o3tl/safeint.hxx> #include <o3tl/temporary.hxx> #include <officecfg/Office/Common.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/thread.h> #include <rtl/crc.h> diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index 9447ffcbf2bb..c675564d5759 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -45,6 +45,7 @@ #include <cppuhelper/implbase.hxx> #include <o3tl/unit_conversion.hxx> +#include <osl/diagnose.h> #include <vcl/skia/SkiaHelper.hxx> #include <sal/log.hxx> diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx index d72a03e0f3bd..9c00c6240206 100644 --- a/vcl/unx/generic/print/genprnpsp.cxx +++ b/vcl/unx/generic/print/genprnpsp.cxx @@ -43,6 +43,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <utility> diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx index fb9e004b708d..2a70d671fd8e 100644 --- a/vcl/win/gdi/salfont.cxx +++ b/vcl/win/gdi/salfont.cxx @@ -43,6 +43,7 @@ #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <i18nlangtag/mslangid.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/process.h> #include <rtl/bootstrap.hxx>
