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

coverity#1308579 Uncaught exception

Change-Id: I6bd1f9cdf69865972de9c22106a95e1ebf9a74f7
üst 5887200e
...@@ -1127,7 +1127,7 @@ void StringResourcePersistenceImpl::implKillRemovedLocaleFiles ...@@ -1127,7 +1127,7 @@ void StringResourcePersistenceImpl::implKillRemovedLocaleFiles
const OUString& aNameBase, const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess
) )
throw (Exception, RuntimeException) throw (Exception, RuntimeException, std::exception)
{ {
// Delete files for deleted locales // Delete files for deleted locales
while( m_aDeletedLocaleItemVector.size() > 0 ) while( m_aDeletedLocaleItemVector.size() > 0 )
......
...@@ -289,7 +289,7 @@ protected: ...@@ -289,7 +289,7 @@ protected:
const OUString& aNameBase, const OUString& aNameBase,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess3 >& xFileAccess 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 implKillChangedDefaultFiles void implKillChangedDefaultFiles
( (
......
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