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

coverity#1308598 Uncaught exception

Change-Id: Id65e076641506e128c27cec4f50bc677e808fa95
üst 6a151630
...@@ -999,7 +999,7 @@ void StringResourcePersistenceImpl::implStoreAtStorage ...@@ -999,7 +999,7 @@ void StringResourcePersistenceImpl::implStoreAtStorage
bool bUsedForStore, bool bUsedForStore,
bool bStoreAll bool bStoreAll
) )
throw (Exception, RuntimeException) throw (Exception, RuntimeException, std::exception)
{ {
// Delete files for deleted locales // Delete files for deleted locales
if( bUsedForStore ) if( bUsedForStore )
......
...@@ -281,7 +281,7 @@ protected: ...@@ -281,7 +281,7 @@ protected:
bool bUsedForStore, bool bUsedForStore,
bool bStoreAll bool bStoreAll
) )
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); throw (css::uno::Exception, css::uno::RuntimeException, std::exception);
void implKillRemovedLocaleFiles void implKillRemovedLocaleFiles
( (
......
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