diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:00:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:43:31 +0100 |
commit | 9202cab16767ee4008074434055796f9be99f6b4 (patch) | |
tree | 4ebab9d55bfd70b556919137e575372db4591840 /scripting | |
parent | 6a151630e3084df42979d5c3b8083fef55449230 (diff) |
coverity#1308598 Uncaught exception
Change-Id: Id65e076641506e128c27cec4f50bc677e808fa95
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 2 | ||||
-rw-r--r-- | scripting/source/stringresource/stringresource.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ( |