Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes

Did I mention I hate boilerplate copied all over the place? ;)
This commit is contained in:
Thorsten Behrens
2012-03-16 15:50:44 +01:00
parent d32cf8d820
commit 80fe015a86
13 changed files with 35 additions and 120 deletions

View File

@@ -72,14 +72,6 @@ namespace sdecl = comphelper::service_decl;
"com.sun.star.rendering.MtfRenderer" );
// The C shared lib entry points
extern "C"
{
SAL_DLLPUBLIC_EXPORT void* SAL_CALL mtfrenderer_component_getFactory( sal_Char const* pImplName,
::com::sun::star::lang::XMultiServiceFactory* pServiceManager,
::com::sun::star::registry::XRegistryKey* pRegistryKey )
{
return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, MtfRendererDecl );
}
}
COMPHELPER_SERVICEDECL_EXPORTS1(mtfrenderer, MtfRendererDecl)
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */