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

@@ -162,14 +162,6 @@ namespace nullcanvas
}
// The C shared lib entry points
extern "C"
{
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( sal_Char const* pImplName,
::com::sun::star::lang::XMultiServiceFactory* pServiceManager,
::com::sun::star::registry::XRegistryKey* pRegistryKey )
{
return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, nullcanvas::nullCanvasDecl );
}
}
COMPHELPER_SERVICEDECL_EXPORTS1(nullcanvas, nullcanvas::nullCanvasDecl)
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */