summaryrefslogtreecommitdiff
path: root/io/source/acceptor/acceptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/acceptor/acceptor.cxx')
-rw-r--r--io/source/acceptor/acceptor.cxx19
1 files changed, 1 insertions, 18 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index 61059e6894f0..ddcb99664dec 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/connection/XAcceptor.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
+#include "services.hxx"
#include "acceptor.hxx"
#define IMPLEMENTATION_NAME "com.sun.star.comp.io.Acceptor"
@@ -303,22 +304,4 @@ namespace io_acceptor
}
-using namespace io_acceptor;
-
-static const struct ImplementationEntry g_entries[] =
-{
- {
- acceptor_CreateInstance, acceptor_getImplementationName ,
- acceptor_getSupportedServiceNames, createSingleComponentFactory ,
- 0, 0
- },
- { 0, 0, 0, 0, 0, 0 }
-};
-
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL acceptor_component_getFactory(
- const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
-{
- return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */