coverity#1371440 Uncaught exception
Change-Id: Ia9ce56ecbaecd6e63b3ec7086d3a677a7816c924
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
|||||||
throw(css::io::IOException, css::uno::RuntimeException);
|
throw(css::io::IOException, css::uno::RuntimeException);
|
||||||
|
|
||||||
void finish()
|
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();
|
const css::uno::Reference< css::io::XOutputStream >& getStream();
|
||||||
|
|
||||||
static sal_uInt32 getCurrentDosTime();
|
static sal_uInt32 getCurrentDosTime();
|
||||||
|
@@ -173,7 +173,7 @@ void ZipOutputStream::reduceScheduledThreadsToGivenNumberOrLess(sal_Int32 nThrea
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ZipOutputStream::finish()
|
void ZipOutputStream::finish()
|
||||||
throw(IOException, RuntimeException)
|
throw(IOException, RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
assert(!m_aZipList.empty() && "Zip file must have at least one entry!");
|
assert(!m_aZipList.empty() && "Zip file must have at least one entry!");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user