summaryrefslogtreecommitdiff
path: root/io/source/connector/connector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/connector/connector.cxx')
-rw-r--r--io/source/connector/connector.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index 966a2b6f5f60..b697483a5482 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -32,6 +32,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/connection/XConnector.hpp>
+#include "services.hxx"
#include "connector.hxx"
#define IMPLEMENTATION_NAME "com.sun.star.comp.io.Connector"
@@ -208,22 +209,5 @@ namespace stoc_connector
}
-using namespace stoc_connector;
-
-static const struct ImplementationEntry g_entries[] =
-{
- {
- connector_CreateInstance, connector_getImplementationName ,
- connector_getSupportedServiceNames, createSingleComponentFactory ,
- 0, 0
- },
- { 0, 0, 0, 0, 0, 0 }
-};
-
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL connector_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: */