summaryrefslogtreecommitdiff
path: root/framework/source/helper/statusindicator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/statusindicator.cxx')
-rw-r--r--framework/source/helper/statusindicator.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/helper/statusindicator.cxx b/framework/source/helper/statusindicator.cxx
index b3f7fc2a4cb7..8585679d214f 100644
--- a/framework/source/helper/statusindicator.cxx
+++ b/framework/source/helper/statusindicator.cxx
@@ -43,7 +43,7 @@ StatusIndicator::~StatusIndicator()
//***********************************************
void SAL_CALL StatusIndicator::start(const OUString& sText ,
sal_Int32 nRange)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);
@@ -59,7 +59,7 @@ void SAL_CALL StatusIndicator::start(const OUString& sText ,
//***********************************************
void SAL_CALL StatusIndicator::end()
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);
@@ -75,7 +75,7 @@ void SAL_CALL StatusIndicator::end()
//***********************************************
void SAL_CALL StatusIndicator::reset()
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);
@@ -91,7 +91,7 @@ void SAL_CALL StatusIndicator::reset()
//***********************************************
void SAL_CALL StatusIndicator::setText(const OUString& sText)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);
@@ -107,7 +107,7 @@ void SAL_CALL StatusIndicator::setText(const OUString& sText)
//***********************************************
void SAL_CALL StatusIndicator::setValue(sal_Int32 nValue)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE ->
ReadGuard aReadLock(m_aLock);