diff options
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r-- | uui/source/iahndl.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index c9053c00a278..a7a6c8af7f93 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -861,10 +861,6 @@ UUIInteractionHelper::handleRequest_impl( // Not handled. return false; } - catch (std::bad_alloc const &) - { - throw uno::RuntimeException("out of memory"); - } catch( const uno::RuntimeException& ) { throw; // allowed to leave here |