coverity#1215383 Uncaught exception

Change-Id: I568ba1a942acd622611fb53210e303147b77601f
This commit is contained in:
Caolán McNamara
2014-05-22 20:51:57 +01:00
parent 6cda7d5793
commit 4cf56e0584
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ void ProgressBarWrapper::start( const OUString& Text, ::sal_Int32 Range )
}
void ProgressBarWrapper::end()
throw (uno::RuntimeException)
throw (uno::RuntimeException, std::exception)
{
uno::Reference< awt::XWindow > xWindow;