summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/services.cxx')
-rw-r--r--canvas/source/vcl/services.cxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/canvas/source/vcl/services.cxx b/canvas/source/vcl/services.cxx
index f482c841ea74..2755f81acdfe 100644
--- a/canvas/source/vcl/services.cxx
+++ b/canvas/source/vcl/services.cxx
@@ -88,6 +88,14 @@ namespace vclcanvas
}
// The C shared lib entry points
-COMPHELPER_SERVICEDECL_EXPORTS2(vclcanvas::vclCanvasDecl, vclcanvas::vclSpriteCanvasDecl)
+extern "C"
+{
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL vclcanvas_component_getFactory( sal_Char const* pImplName,
+ ::com::sun::star::lang::XMultiServiceFactory* pServiceManager,
+ ::com::sun::star::registry::XRegistryKey* pRegistryKey )
+{
+ return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, vclcanvas::vclCanvasDecl, vclcanvas::vclSpriteCanvasDecl );
+}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */