diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-05-23 16:41:10 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-07-20 10:20:31 +0200 |
commit | e1a351ca191367ed74282a66e53658af66d6e54d (patch) | |
tree | 27262ad6d1f88fdd9816266a4b45ada513cceb2f /desktop/source | |
parent | ec758dbfccc9856eacae8db08f5bf9333b9d69dc (diff) |
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 <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'desktop/source')
6 files changed, 6 insertions, 0 deletions
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> |