coverity#1215386 Uncaught exception
Change-Id: I2eb374a9209cf4bbf9e2b533ec2522bc1efe6468
This commit is contained in:
@@ -47,7 +47,7 @@ class ProgressBarWrapper : public UIElementWrapperBase
|
|||||||
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > getStatusBar() const;
|
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > getStatusBar() const;
|
||||||
|
|
||||||
// wrapped methods of ::com::sun::star::task::XStatusIndicator
|
// wrapped methods of ::com::sun::star::task::XStatusIndicator
|
||||||
void start( const OUString& Text, ::sal_Int32 Range ) throw (::com::sun::star::uno::RuntimeException);
|
void start( const OUString& Text, ::sal_Int32 Range ) throw (css::uno::RuntimeException, std::exception);
|
||||||
void end() throw (::com::sun::star::uno::RuntimeException);
|
void end() throw (::com::sun::star::uno::RuntimeException);
|
||||||
void setText( const OUString& Text ) throw (::com::sun::star::uno::RuntimeException);
|
void setText( const OUString& Text ) throw (::com::sun::star::uno::RuntimeException);
|
||||||
void setValue( ::sal_Int32 Value ) throw (::com::sun::star::uno::RuntimeException);
|
void setValue( ::sal_Int32 Value ) throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
@@ -84,7 +84,7 @@ uno::Reference< awt::XWindow > ProgressBarWrapper::getStatusBar() const
|
|||||||
|
|
||||||
// wrapped methods of ::com::sun::star::task::XStatusIndicator
|
// wrapped methods of ::com::sun::star::task::XStatusIndicator
|
||||||
void ProgressBarWrapper::start( const OUString& Text, ::sal_Int32 Range )
|
void ProgressBarWrapper::start( const OUString& Text, ::sal_Int32 Range )
|
||||||
throw (uno::RuntimeException)
|
throw (uno::RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
uno::Reference< awt::XWindow > xWindow;
|
uno::Reference< awt::XWindow > xWindow;
|
||||||
sal_Int32 nValue( 0 );
|
sal_Int32 nValue( 0 );
|
||||||
|
Reference in New Issue
Block a user