coverity#1308548 Uncaught exception

Change-Id: I62d538799a814346df4de00dc232a04376e77ad7
This commit is contained in:
Caolán McNamara
2015-06-28 20:52:35 +01:00
parent d7876aeb21
commit 6f823d85f7
3 changed files with 3 additions and 3 deletions

View File

@@ -1153,7 +1153,7 @@ void StringResourcePersistenceImpl::implKillChangedDefaultFiles
const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess
)
throw (Exception, RuntimeException)
throw (Exception, RuntimeException, std::exception)
{
// Delete files for changed defaults
for( LocaleItemVectorIt it = m_aChangedDefaultLocaleVector.begin();

View File

@@ -297,7 +297,7 @@ protected:
const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess
)
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception);
void implStoreAtLocation
(