diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 09:42:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-17 12:08:07 +0200 |
commit | 9951d41460aa0b7fe24375a9e1eced87106c29b3 (patch) | |
tree | 9146c8656f01ce07518e6e59da83c2b054f4e286 /include | |
parent | 68e74bdf63e992666016c790e8e4cfd5b28d6abe (diff) |
[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURE
which is unused since
commit 00657aef09d854c74fb426a935a3e8b1fc390bb0
Date: Sun Jun 11 20:56:30 2017 +0100
migrate to boost::gettext
Change-Id: Ia66a3a729dc4999c95b96ae1754b07c372121370
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100810
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/signal.h | 1 | ||||
-rw-r--r-- | include/vcl/exceptiontypes.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/osl/signal.h b/include/osl/signal.h index 4b7beadc295a..a467452bec10 100644 --- a/include/osl/signal.h +++ b/include/osl/signal.h @@ -31,7 +31,6 @@ extern "C" { #define OSL_SIGNAL_USER_RESERVED 0 -#define OSL_SIGNAL_USER_RESOURCEFAILURE (OSL_SIGNAL_USER_RESERVED - 1) #define OSL_SIGNAL_USER_X11SUBSYSTEMERROR (OSL_SIGNAL_USER_RESERVED - 2) typedef void* oslSignalHandler; diff --git a/include/vcl/exceptiontypes.hxx b/include/vcl/exceptiontypes.hxx index bde3f5f5f91d..83654d3705bb 100644 --- a/include/vcl/exceptiontypes.hxx +++ b/include/vcl/exceptiontypes.hxx @@ -21,7 +21,7 @@ #define INCLUDED_VCL_EXCEPTIONTYPES_HXX enum class ExceptionCategory { - NONE, ResourceNotLoaded, System, UserInterface + NONE, System, UserInterface }; #endif // INCLUDED_VCL_EXCEPTIONTYPES_HXX |