summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 12:46:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 12:46:57 +0200
commit1d057cca8c3970d20d6b6203bd25af11eaf21cf9 (patch)
tree64188ce9f6c54686aa75fbc84f3416620775ad7d /forms/source/component/RadioButton.cxx
parent2346c010eab052aae2485bae522d06766e192cf0 (diff)
Clean up function declarations and some unused functions
Change-Id: I47bdc668ecf703d85f4d50c71f1347fb9e8e89d8
Diffstat (limited to 'forms/source/component/RadioButton.cxx')
-rw-r--r--forms/source/component/RadioButton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index f8022f56a879..9c60421c4eaf 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -46,7 +46,7 @@ using namespace ::com::sun::star::form::binding;
-InterfaceRef SAL_CALL ORadioButtonControl_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException)
+InterfaceRef SAL_CALL ORadioButtonControl_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory)
{
return *(new ORadioButtonControl( comphelper::getComponentContext(_rxFactory) ));
}
@@ -91,7 +91,7 @@ void SAL_CALL ORadioButtonControl::createPeer(const Reference<starawt::XToolkit>
}
-InterfaceRef SAL_CALL ORadioButtonModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException)
+InterfaceRef SAL_CALL ORadioButtonModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory)
{
return *(new ORadioButtonModel( comphelper::getComponentContext(_rxFactory) ));
}