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 /canvas | |
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 'canvas')
-rw-r--r-- | canvas/workben/canvasdemo.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/canvas/workben/canvasdemo.cxx b/canvas/workben/canvasdemo.cxx index 603ec295ba0d..a1c5b58165fc 100644 --- a/canvas/workben/canvasdemo.cxx +++ b/canvas/workben/canvasdemo.cxx @@ -636,16 +636,8 @@ int DemoApp::Main() return 0; } -void DemoApp::Exception( ExceptionCategory nCategory ) +void DemoApp::Exception( ExceptionCategory ) { - switch( nCategory ) - { - case ExceptionCategory::ResourceNotLoaded: - Abort( "Error: could not load language resources.\nPlease check your installation.\n" ); - break; - default: - break; - } } void DemoApp::Init() |