summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-16 09:42:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-17 12:08:07 +0200
commit9951d41460aa0b7fe24375a9e1eced87106c29b3 (patch)
tree9146c8656f01ce07518e6e59da83c2b054f4e286 /vcl/source/app/svapp.cxx
parent68e74bdf63e992666016c790e8e4cfd5b28d6abe (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 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 80b92f34de5d..04f6f1670143 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -244,19 +244,9 @@ void Application::Exception( ExceptionCategory nCategory )
case ExceptionCategory::System:
case ExceptionCategory::UserInterface:
break;
-
-#ifdef DBG_UTIL
- case ExceptionCategory::ResourceNotLoaded:
- Abort("Resource not loaded");
- break;
default:
Abort("Unknown Error");
break;
-#else
- default:
- Abort(OUString());
- break;
-#endif
}
}