diff options
Diffstat (limited to 'include/comphelper/servicedecl.hxx')
-rw-r--r-- | include/comphelper/servicedecl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/servicedecl.hxx b/include/comphelper/servicedecl.hxx index f210fcd4fdfa..894a57a09346 100644 --- a/include/comphelper/servicedecl.hxx +++ b/include/comphelper/servicedecl.hxx @@ -299,9 +299,9 @@ struct class_ : public serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT explicit class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) {} }; -// + // component_... helpers with arbitrary service declarations: -// + #define COMPHELPER_SERVICEDECL_getFactory(z_, n_, unused_) \ if (pRet == 0) \ |