From cc065c4937433f944cd7f6e4332f599d5346a5e9 Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 25 Oct 2010 13:41:57 +0200 Subject: sb132: #i112107# getImplementationName should not throw --- configmgr/source/access.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configmgr/source/access.cxx') diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index eda60e6d612a..3602f3cd73c5 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -909,11 +909,8 @@ rtl::OUString Access::getImplementationName() throw (css::uno::RuntimeException) OSL_ASSERT(thisIs(IS_ANY)); osl::MutexGuard g(lock); checkLocalizedPropertyAccess(); - throw css::uno::RuntimeException( - rtl::OUString( - RTL_CONSTASCII_USTRINGPARAM( - "configmgr Access has no service implementation name")), - static_cast< cppu::OWeakObject * >(this)); + return rtl::OUString( + RTL_CONSTASCII_USTRINGPARAM("org.openoffice-configmgr::Access")); } sal_Bool Access::supportsService(rtl::OUString const & ServiceName) -- cgit