summaryrefslogtreecommitdiff
path: root/framework/source/uielement/statusindicatorinterfacewrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/statusindicatorinterfacewrapper.cxx')
-rw-r--r--framework/source/uielement/statusindicatorinterfacewrapper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/uielement/statusindicatorinterfacewrapper.cxx b/framework/source/uielement/statusindicatorinterfacewrapper.cxx
index 1ff930941b19..69951565d352 100644
--- a/framework/source/uielement/statusindicatorinterfacewrapper.cxx
+++ b/framework/source/uielement/statusindicatorinterfacewrapper.cxx
@@ -44,7 +44,6 @@ StatusIndicatorInterfaceWrapper::~StatusIndicatorInterfaceWrapper()
void SAL_CALL StatusIndicatorInterfaceWrapper::start(
const OUString& sText,
sal_Int32 nRange )
-throw( css::uno::RuntimeException, std::exception )
{
Reference< XComponent > xComp( m_xStatusIndicatorImpl );
if ( xComp.is() )
@@ -56,7 +55,6 @@ throw( css::uno::RuntimeException, std::exception )
}
void SAL_CALL StatusIndicatorInterfaceWrapper::end()
-throw( css::uno::RuntimeException, std::exception )
{
Reference< XComponent > xComp( m_xStatusIndicatorImpl );
if ( xComp.is() )
@@ -68,7 +66,6 @@ throw( css::uno::RuntimeException, std::exception )
}
void SAL_CALL StatusIndicatorInterfaceWrapper::reset()
-throw( css::uno::RuntimeException, std::exception )
{
Reference< XComponent > xComp( m_xStatusIndicatorImpl );
if ( xComp.is() )
@@ -81,7 +78,6 @@ throw( css::uno::RuntimeException, std::exception )
void SAL_CALL StatusIndicatorInterfaceWrapper::setText(
const OUString& sText )
-throw( css::uno::RuntimeException, std::exception )
{
Reference< XComponent > xComp( m_xStatusIndicatorImpl );
if ( xComp.is() )
@@ -94,7 +90,6 @@ throw( css::uno::RuntimeException, std::exception )
void SAL_CALL StatusIndicatorInterfaceWrapper::setValue(
sal_Int32 nValue )
-throw( css::uno::RuntimeException, std::exception )
{
Reference< XComponent > xComp( m_xStatusIndicatorImpl );
if ( xComp.is() )