summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/progresshandlerwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/progresshandlerwrap.cxx')
-rw-r--r--unotools/source/ucbhelper/progresshandlerwrap.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/progresshandlerwrap.cxx b/unotools/source/ucbhelper/progresshandlerwrap.cxx
index f3edf6185dfd..05e6a6131518 100644
--- a/unotools/source/ucbhelper/progresshandlerwrap.cxx
+++ b/unotools/source/ucbhelper/progresshandlerwrap.cxx
@@ -49,7 +49,6 @@ bool getStatusFromAny_Impl( const Any& aAny, OUString& aText, sal_Int32& nNum )
}
void SAL_CALL ProgressHandlerWrap::push( const Any& Status )
- throw( RuntimeException, std::exception )
{
if( !m_xStatusIndicator.is() )
return;
@@ -62,7 +61,6 @@ void SAL_CALL ProgressHandlerWrap::push( const Any& Status )
}
void SAL_CALL ProgressHandlerWrap::update( const Any& Status )
- throw( RuntimeException, std::exception )
{
if( !m_xStatusIndicator.is() )
return;
@@ -78,7 +76,6 @@ void SAL_CALL ProgressHandlerWrap::update( const Any& Status )
}
void SAL_CALL ProgressHandlerWrap::pop()
- throw( RuntimeException, std::exception )
{
if( m_xStatusIndicator.is() )
m_xStatusIndicator->end();