summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ServiceMacros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ServiceMacros.hxx')
-rw-r--r--chart2/source/inc/ServiceMacros.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/chart2/source/inc/ServiceMacros.hxx b/chart2/source/inc/ServiceMacros.hxx
index 7097eb66d7be..2fe5f9658272 100644
--- a/chart2/source/inc/ServiceMacros.hxx
+++ b/chart2/source/inc/ServiceMacros.hxx
@@ -71,19 +71,6 @@ css::uno::Sequence< OUString > SAL_CALL Class::getSupportedServiceNames() \
return getSupportedServiceNames_Static(); \
}
-// Service factory helper decl+impl
-
-//to use this macro you need to provide a constructor:
-//class( Reference< XComponentContext > const & xContext )
-//and implement OWeakObject
-
-#define APPHELPER_SERVICE_FACTORY_HELPER(Class) \
-static css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & xContext) \
- throw(css::uno::Exception) \
-{ \
- return (::cppu::OWeakObject *)new Class( xContext ); \
-}
-
}//end namespace apphelper
#endif