coverity#1215386 Uncaught exception

Change-Id: I2eb374a9209cf4bbf9e2b533ec2522bc1efe6468
This commit is contained in:
Caolán McNamara
2014-05-22 20:49:43 +01:00
parent c8646d9e00
commit 3166336e53
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ uno::Reference< awt::XWindow > ProgressBarWrapper::getStatusBar() const
// wrapped methods of ::com::sun::star::task::XStatusIndicator
void ProgressBarWrapper::start( const OUString& Text, ::sal_Int32 Range )
throw (uno::RuntimeException)
throw (uno::RuntimeException, std::exception)
{
uno::Reference< awt::XWindow > xWindow;
sal_Int32 nValue( 0 );