summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/serviceinfohelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/serviceinfohelper.cxx')
-rw-r--r--comphelper/source/misc/serviceinfohelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/serviceinfohelper.cxx b/comphelper/source/misc/serviceinfohelper.cxx
index 838f4fec11eb..87f4c343c3f9 100644
--- a/comphelper/source/misc/serviceinfohelper.cxx
+++ b/comphelper/source/misc/serviceinfohelper.cxx
@@ -26,13 +26,13 @@ namespace comphelper
{
/** returns an empty UString(). most times sufficient */
-OUString SAL_CALL ServiceInfoHelper::getImplementationName() throw( css::uno::RuntimeException, std::exception )
+OUString SAL_CALL ServiceInfoHelper::getImplementationName()
{
return OUString();
}
/** the base implementation has no supported services */
-css::uno::Sequence< OUString > ServiceInfoHelper::getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception )
+css::uno::Sequence< OUString > ServiceInfoHelper::getSupportedServiceNames()
{
css::uno::Sequence< OUString> aSeq(0);
return aSeq;