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 /sc/source/ui | |
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 'sc/source/ui')
-rw-r--r-- | sc/source/ui/docshell/externalrefmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |