From fba7a44ee479540ba65b41ef1e647cdb93c20d14 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:57:03 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, framework Change-Id: I19a4517449be3defe97fe0d78dd1a16b08b79247 --- framework/inc/macros/xserviceinfo.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'framework/inc/macros') diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index 0e39eb7686bb..a8d8b935d23d 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -42,7 +42,6 @@ namespace framework{ macros for declaration and definition of XServiceInfo Please use follow public macros only! - 1) DECLARE_XSERVICEINFO => use it to declare XServiceInfo in your header 2) DEFINE_XSERVICEINFO_MULTISERVICE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) => use it to define XServiceInfo for multi service mode 3) DEFINE_XSERVICEINFO_ONEINSTANCESERVICE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) => use it to define XServiceInfo for one instance service mode 4) DEFINE_INIT_SERVICE( CLASS ) => use it to implement your own impl_initService() method, which is necessary for initializing object by using his own reference! @@ -151,12 +150,6 @@ namespace framework{ /* Helper for initialization of service by using own reference! */ \ void SAL_CALL impl_initService ( ); \ -#define DECLARE_XSERVICEINFO \ - DECLARE_XSERVICEINFO_NOFACTORY \ - /* Helper for registry */ \ - static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ) throw( css::uno::Exception ); \ - static css::uno::Reference< css::lang::XSingleServiceFactory > SAL_CALL impl_createFactory ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ); \ - #define DEFINE_XSERVICEINFO_MULTISERVICE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) \ PRIVATE_DEFINE_XSERVICEINFO_OLDSTYLE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) \ PRIVATE_DEFINE_SINGLEFACTORY( CLASS ) -- cgit