From 359c573d635335779e37fc6a25ddbf3fa7b2331e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 21 Mar 2014 01:28:55 -0500 Subject: kill ucbhelper XSERVICEINFO_NOFACTORY_DECL Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954 --- include/ucbhelper/macros.hxx | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'include/ucbhelper/macros.hxx') diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx index 88e51e44b7fb..f97d2e3f0051 100644 --- a/include/ucbhelper/macros.hxx +++ b/include/ucbhelper/macros.hxx @@ -199,26 +199,6 @@ GETTYPES_IMPL_START( Class ) \ CPPU_TYPE_REF( I11 ) \ GETTYPES_IMPL_END -// XServiceInfo decl. - - - -#define XSERVICEINFO_NOFACTORY_DECL() \ - virtual OUString SAL_CALL \ - getImplementationName() \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - virtual sal_Bool SAL_CALL \ - supportsService( const OUString& ServiceName ) \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - virtual com::sun::star::uno::Sequence< OUString > SAL_CALL \ - getSupportedServiceNames() \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - \ - static OUString \ - getImplementationName_Static(); \ - static com::sun::star::uno::Sequence< OUString > \ - getSupportedServiceNames_Static(); - // XServiceInfo impl. internals -- cgit