Kaydet (Commit) a4fdbaf5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308512 Uncaught exception

Change-Id: Iacdf2e25fb041ec7e2bae8a505604ef538ee9dac
üst 5d6091da
......@@ -1183,7 +1183,7 @@ void StringResourcePersistenceImpl::implStoreAtLocation
bool bStoreAll,
bool bKillAll
)
throw (Exception, RuntimeException)
throw (Exception, RuntimeException, std::exception)
{
// Delete files for deleted locales
if( bUsedForStore || bKillAll )
......
......@@ -309,7 +309,7 @@ protected:
bool bStoreAll,
bool bKillAll = false
)
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception);
public:
StringResourcePersistenceImpl(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment