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.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/helper/statusindicator.cxx b/framework/source/helper/statusindicator.cxx
index fc0ecb7f2f85..134a6f5a2448 100644
--- a/framework/source/helper/statusindicator.cxx
+++ b/framework/source/helper/statusindicator.cxx
@@ -35,7 +35,6 @@ StatusIndicator::~StatusIndicator()
void SAL_CALL StatusIndicator::start(const OUString& sText ,
sal_Int32 nRange)
- throw(css::uno::RuntimeException, std::exception)
{
if (comphelper::LibreOfficeKit::isActive())
{
@@ -54,7 +53,6 @@ void SAL_CALL StatusIndicator::start(const OUString& sText ,
}
void SAL_CALL StatusIndicator::end()
- throw(css::uno::RuntimeException, std::exception)
{
if (comphelper::LibreOfficeKit::isActive())
{
@@ -70,7 +68,6 @@ void SAL_CALL StatusIndicator::end()
}
void SAL_CALL StatusIndicator::reset()
- throw(css::uno::RuntimeException, std::exception)
{
if (comphelper::LibreOfficeKit::isActive())
return;
@@ -84,7 +81,6 @@ void SAL_CALL StatusIndicator::reset()
}
void SAL_CALL StatusIndicator::setText(const OUString& sText)
- throw(css::uno::RuntimeException, std::exception)
{
if (comphelper::LibreOfficeKit::isActive())
return;
@@ -98,7 +94,6 @@ void SAL_CALL StatusIndicator::setText(const OUString& sText)
}
void SAL_CALL StatusIndicator::setValue(sal_Int32 nValue)
- throw(css::uno::RuntimeException, std::exception)
{
if (comphelper::LibreOfficeKit::isActive())
{