summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-18 17:22:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-18 21:08:40 +0100
commitfb46ba9dfa37ed3b56c9374230f1dd557d162388 (patch)
tree7535d40ede4fb94e5a914de726260d20b62b8f06 /package/source
parent6d9953a4d951353b5f04acc0522a98ccb331d7ab (diff)
coverity#1371440 Uncaught exception
Change-Id: Ia9ce56ecbaecd6e63b3ec7086d3a677a7816c924
Diffstat (limited to 'package/source')
-rw-r--r--package/source/zipapi/ZipOutputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx
index 7e9ffe5bfc1a..4db3aba3c362 100644
--- a/package/source/zipapi/ZipOutputStream.cxx
+++ b/package/source/zipapi/ZipOutputStream.cxx
@@ -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!");