diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 12:51:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 12:51:05 +0000 |
commit | 98353c95b9eeba4000d842728be8cf53542e57fc (patch) | |
tree | e8322ac7c4610be39c86df6b7535143ded262ac5 /configmgr | |
parent | f72bf7d98ecb5c61496d7dfd70abcdfe3e01e1e5 (diff) |
INTEGRATION: CWS sb88 (1.22.10); FILE MERGED
2008/06/03 15:29:50 sb 1.22.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localbe/localsinglebackend.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/configmgr/source/localbe/localsinglebackend.cxx b/configmgr/source/localbe/localsinglebackend.cxx index 8c08c7e6a9ca..cc04bbe69d73 100644 --- a/configmgr/source/localbe/localsinglebackend.cxx +++ b/configmgr/source/localbe/localsinglebackend.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: localsinglebackend.cxx,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -771,14 +771,7 @@ uno::Reference<uno::XInterface> SAL_CALL instantiateLocalBackend(const CreationContext& xContext) { return *new LocalSingleBackend(xContext) ; } -//------------------------------------------------------------------------------ - -static const rtl::OUString kImplementationName( - RTL_CONSTASCII_USTRINGPARAM(kImplementation)) ; -rtl::OUString SAL_CALL LocalSingleBackend::getName(void) { - return kImplementationName ; -} //------------------------------------------------------------------------------ rtl::OUString SAL_CALL LocalSingleBackend::getImplementationName(void) @@ -796,12 +789,6 @@ sal_Bool SAL_CALL LocalSingleBackend::supportsService( } //------------------------------------------------------------------------------ -uno::Sequence<rtl::OUString> SAL_CALL LocalSingleBackend::getServices(void) -{ - return ServiceInfoHelper(&kServiceInfo).getSupportedServiceNames() ; -} -//------------------------------------------------------------------------------ - uno::Sequence<rtl::OUString> SAL_CALL LocalSingleBackend::getSupportedServiceNames(void) throw (uno::RuntimeException) |