summaryrefslogtreecommitdiff
path: root/svx/source/form/xfm_addcondition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/xfm_addcondition.cxx')
-rw-r--r--svx/source/form/xfm_addcondition.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/xfm_addcondition.cxx b/svx/source/form/xfm_addcondition.cxx
index d65eff71b535..9f2cc14413a2 100644
--- a/svx/source/form/xfm_addcondition.cxx
+++ b/svx/source/form/xfm_addcondition.cxx
@@ -100,7 +100,7 @@ namespace svxform
}
- Sequence<sal_Int8> SAL_CALL OAddConditionDialog::getImplementationId( ) throw(RuntimeException, std::exception)
+ Sequence<sal_Int8> SAL_CALL OAddConditionDialog::getImplementationId( )
{
return css::uno::Sequence<sal_Int8>();
}
@@ -112,19 +112,19 @@ namespace svxform
}
- OUString SAL_CALL OAddConditionDialog::getImplementationName() throw(RuntimeException, std::exception)
+ OUString SAL_CALL OAddConditionDialog::getImplementationName()
{
return OAddConditionDialog_GetImplementationName();
}
- Sequence< OUString > SAL_CALL OAddConditionDialog::getSupportedServiceNames() throw(RuntimeException, std::exception)
+ Sequence< OUString > SAL_CALL OAddConditionDialog::getSupportedServiceNames()
{
return OAddConditionDialog_GetSupportedServiceNames();
}
- Reference<XPropertySetInfo> SAL_CALL OAddConditionDialog::getPropertySetInfo() throw(RuntimeException, std::exception)
+ Reference<XPropertySetInfo> SAL_CALL OAddConditionDialog::getPropertySetInfo()
{
return createPropertySetInfo( getInfoHelper() );
}