summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/macros.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/ucbhelper/inc/ucbhelper/macros.hxx b/ucbhelper/inc/ucbhelper/macros.hxx
index 59fbd6a9f819..b2cb7cb89346 100644
--- a/ucbhelper/inc/ucbhelper/macros.hxx
+++ b/ucbhelper/inc/ucbhelper/macros.hxx
@@ -677,21 +677,6 @@ Class::createServiceFactory( const com::sun::star::uno::Reference< \
Class::getSupportedServiceNames_Static() ) ); \
}
-#define SINGLE_SERVICE_FACTORY_IMPL( Class ) \
-com::sun::star::uno::Reference< \
- com::sun::star::lang::XSingleServiceFactory > \
-Class::createServiceFactory( const com::sun::star::uno::Reference< \
- com::sun::star::lang::XMultiServiceFactory >& rxServiceMgr ) \
-{ \
- return com::sun::star::uno::Reference< \
- com::sun::star::lang::XSingleServiceFactory >( \
- cppu::createSingleFactory( \
- rxServiceMgr, \
- Class::getImplementationName_Static(), \
- Class##_CreateInstance, \
- Class::getSupportedServiceNames_Static() ) ); \
-}
-
// Service without service factory.
// Own implementation of getSupportedServiceNames_Static().