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.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx
index 1ca763ed5cd7..5a83fe6d8776 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -42,7 +42,6 @@ VCLStatusIndicator::~VCLStatusIndicator()
void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
sal_Int32 nRange)
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -67,7 +66,6 @@ void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
}
void SAL_CALL VCLStatusIndicator::reset()
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
if (m_pStatusBar)
@@ -78,7 +76,6 @@ void SAL_CALL VCLStatusIndicator::reset()
}
void SAL_CALL VCLStatusIndicator::end()
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
@@ -96,7 +93,6 @@ void SAL_CALL VCLStatusIndicator::end()
}
void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;
m_sText = sText;
@@ -105,7 +101,6 @@ void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
}
void SAL_CALL VCLStatusIndicator::setValue(sal_Int32 nValue)
- throw(css::uno::RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;