From 00240d049790d11c4ef35de7a294819107197efd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 1 Jul 2012 18:24:05 +0200 Subject: Remove unused defines Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565 --- ucbhelper/inc/ucbhelper/macros.hxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'ucbhelper') 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(). -- cgit