summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/ContextChangeEventMultiplexer.cxx11
-rw-r--r--framework/util/fwk.component1
2 files changed, 1 insertions, 11 deletions
diff --git a/framework/source/services/ContextChangeEventMultiplexer.cxx b/framework/source/services/ContextChangeEventMultiplexer.cxx
index db8f8f17f17a..37f60006a9cb 100644
--- a/framework/source/services/ContextChangeEventMultiplexer.cxx
+++ b/framework/source/services/ContextChangeEventMultiplexer.cxx
@@ -27,9 +27,6 @@ using namespace cssu;
namespace framework {
#define IMPLEMENTATION_NAME "org.apache.openoffice.comp.framework.ContextChangeEventMultiplexer"
-#define SERVICE_NAME "com.sun.star.ui.ContextChangeEventMultiplexer"
-#define SINGLETON_NAME "org.apache.openoffice.comp.framework.ContextChangeEventMultiplexerSigleton"
-
ContextChangeEventMultiplexer::ContextChangeEventMultiplexer (
const cssu::Reference<cssu::XComponentContext>& rxContext)
@@ -347,15 +344,9 @@ OUString SAL_CALL ContextChangeEventMultiplexer::impl_getStaticImplementationNam
cssu::Sequence<OUString> SAL_CALL ContextChangeEventMultiplexer::static_GetSupportedServiceNames (void)
{
- cssu::Sequence<OUString> aServiceNames (2);
- aServiceNames[0] = SERVICE_NAME;
- aServiceNames[1] = SINGLETON_NAME;
- return aServiceNames;
+ return css::uno::Sequence<OUString>();
}
-
-
-
cssu::Reference<cssu::XInterface> ContextChangeEventMultiplexer::impl_createFactory (
const cssu::Reference<cssl::XMultiServiceFactory>& rxServiceManager)
{
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
index 98ae10bcd12f..bbdce6214cb4 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -38,7 +38,6 @@
<service name="com.sun.star.ui.DocumentAcceleratorConfiguration"/>
</implementation>
<implementation name="org.apache.openoffice.comp.framework.ContextChangeEventMultiplexer">
- <service name="com.sun.star.ui.ContextChangeEventMultiplexer"/>
<singleton name="com.sun.star.ui.ContextChangeEventMultiplexer"/>
</implementation>
<implementation name="com.sun.star.comp.framework.Frame">