summaryrefslogtreecommitdiff
path: root/framework/source/helper/vclstatusindicator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/vclstatusindicator.cxx')
-rw-r--r--framework/source/helper/vclstatusindicator.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx
index 4a2b2b2422f9..3e66b5dc87b4 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -51,7 +51,7 @@ VCLStatusIndicator::~VCLStatusIndicator()
void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
sal_Int32 nRange)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE -> ----------------------------------
ReadGuard aReadLock(m_aLock);
@@ -91,7 +91,7 @@ void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
void SAL_CALL VCLStatusIndicator::reset()
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SOLAR SAFE -> ----------------------------
SolarMutexGuard aSolarGuard;
@@ -105,7 +105,7 @@ void SAL_CALL VCLStatusIndicator::reset()
void SAL_CALL VCLStatusIndicator::end()
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE -> ----------------------------------
WriteGuard aWriteLock(m_aLock);
@@ -132,7 +132,7 @@ void SAL_CALL VCLStatusIndicator::end()
void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE -> ----------------------------------
WriteGuard aWriteLock(m_aLock);
@@ -151,7 +151,7 @@ void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
void SAL_CALL VCLStatusIndicator::setValue(sal_Int32 nValue)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// SAFE -> ----------------------------------
WriteGuard aWriteLock(m_aLock);