summaryrefslogtreecommitdiff
path: root/include/ucbhelper/macros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r--include/ucbhelper/macros.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 831f856dc876..8e62bc278e84 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -167,20 +167,6 @@ Class::getSupportedServiceNames() \
return getSupportedServiceNames_Static(); \
}
-// XServiceInfo impl.
-
-
-#define ONE_INSTANCE_SERVICE_FACTORY_IMPL( Class ) \
-css::uno::Reference< css::lang::XSingleServiceFactory > \
-Class::createServiceFactory( const css::uno::Reference< css::lang::XMultiServiceFactory >& rxServiceMgr ) \
-{ \
- return cppu::createOneInstanceFactory( \
- rxServiceMgr, \
- Class::getImplementationName_Static(), \
- Class##_CreateInstance, \
- Class::getSupportedServiceNames_Static() ); \
-}
-
#endif /* ! INCLUDED_UCBHELPER_MACROS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */