diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-03-16 15:50:44 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-03-16 17:02:23 +0100 |
commit | 80fe015a86c90db2bcbfcd382eb24c8b7069fa3a (patch) | |
tree | bfe90c47d76ac21ee493459f0fc4151da804fa83 /cppcanvas/source | |
parent | d32cf8d820be839c7303e3c5962c17f64cac2812 (diff) |
Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes
Did I mention I hate boilerplate copied all over the place? ;)
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/uno/uno_mtfrenderer.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cppcanvas/source/uno/uno_mtfrenderer.cxx b/cppcanvas/source/uno/uno_mtfrenderer.cxx index dacaeab7d1db..ab480af456f5 100644 --- a/cppcanvas/source/uno/uno_mtfrenderer.cxx +++ b/cppcanvas/source/uno/uno_mtfrenderer.cxx @@ -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: */ |