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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/inc/ServiceMacros.hxx b/chart2/source/inc/ServiceMacros.hxx
index ad6ad440049c..05636f5f2ea4 100644
--- a/chart2/source/inc/ServiceMacros.hxx
+++ b/chart2/source/inc/ServiceMacros.hxx
@@ -27,7 +27,6 @@ static com::sun::star::uno::Sequence< OUString >
Class::getSupportedServiceNames_Static();
*/
-
// XServiceInfo decl
namespace apphelper
@@ -48,10 +47,8 @@ namespace apphelper
static ::com::sun::star::uno::Sequence< OUString > \
getSupportedServiceNames_Static();
-
// XServiceInfo impl
-
#define APPHELPER_XSERVICEINFO_IMPL( Class, ImplName ) \
OUString SAL_CALL Class::getImplementationName() \
throw( ::com::sun::star::uno::RuntimeException, std::exception ) \
@@ -87,7 +84,6 @@ Class::getSupportedServiceNames() \
return getSupportedServiceNames_Static(); \
}
-
// Service factory helper decl+impl
//to use this macro you need to provide a constructor: