summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configmgr/source/localbe/localsinglebackend.cxx15
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)