From 9202cab16767ee4008074434055796f9be99f6b4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 29 Jun 2015 09:00:59 +0100 Subject: coverity#1308598 Uncaught exception Change-Id: Id65e076641506e128c27cec4f50bc677e808fa95 --- scripting/source/stringresource/stringresource.cxx | 2 +- scripting/source/stringresource/stringresource.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripting') diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 911fc8e2e863..53cdcbf50f12 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -999,7 +999,7 @@ void StringResourcePersistenceImpl::implStoreAtStorage bool bUsedForStore, bool bStoreAll ) - throw (Exception, RuntimeException) + throw (Exception, RuntimeException, std::exception) { // Delete files for deleted locales if( bUsedForStore ) diff --git a/scripting/source/stringresource/stringresource.hxx b/scripting/source/stringresource/stringresource.hxx index d6a5ac3febd8..853b214137a0 100644 --- a/scripting/source/stringresource/stringresource.hxx +++ b/scripting/source/stringresource/stringresource.hxx @@ -281,7 +281,7 @@ protected: bool bUsedForStore, bool bStoreAll ) - throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); + throw (css::uno::Exception, css::uno::RuntimeException, std::exception); void implKillRemovedLocaleFiles ( -- cgit