coverity#1219797 Uncaught exception

Change-Id: I597fb90d677e7cade71bf6cbf7f7bce9d3bd05f6
This commit is contained in:
Caolán McNamara
2014-06-01 14:32:04 +01:00
parent 4957262473
commit d9e7a359ef
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ void ProgressBarWrapper::setValue( ::sal_Int32 nValue )
}
void ProgressBarWrapper::reset()
throw (uno::RuntimeException)
throw (uno::RuntimeException, std::exception)
{
setText( OUString() );
setValue( 0 );