coverity#1371440 Uncaught exception

Change-Id: Ia9ce56ecbaecd6e63b3ec7086d3a677a7816c924
This commit is contained in:
Caolán McNamara
2016-08-18 17:22:34 +01:00
parent 6d9953a4d9
commit fb46ba9dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ public:
throw(css::io::IOException, css::uno::RuntimeException);
void finish()
throw(css::io::IOException, css::uno::RuntimeException);
throw(css::io::IOException, css::uno::RuntimeException, std::exception);
const css::uno::Reference< css::io::XOutputStream >& getStream();
static sal_uInt32 getCurrentDosTime();

View File

@@ -173,7 +173,7 @@ void ZipOutputStream::reduceScheduledThreadsToGivenNumberOrLess(sal_Int32 nThrea
}
void ZipOutputStream::finish()
throw(IOException, RuntimeException)
throw(IOException, RuntimeException, std::exception)
{
assert(!m_aZipList.empty() && "Zip file must have at least one entry!");