summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-28 14:37:59 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-28 14:37:59 +0200
commit7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41 (patch)
tree48acfeb72d0775ae5729a8e4c7f94d78be3df589 /slideshow/source/engine/slideshowimpl.cxx
parent58707d613f0fdd7e80cde7502195d7d0112fa3a4 (diff)
add prefixes for component_getFactory
Diffstat (limited to 'slideshow/source/engine/slideshowimpl.cxx')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index 7ede504abc20..fd9731484a99 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -2460,6 +2460,14 @@ namespace sdecl = comphelper::service_decl;
"com.sun.star.presentation.SlideShow" );
// The C shared lib entry points
-COMPHELPER_SERVICEDECL_EXPORTS1(slideShowDecl)
+extern "C"
+{
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL slideshow_component_getFactory( sal_Char const* pImplName,
+ ::com::sun::star::lang::XMultiServiceFactory* pServiceManager,
+ ::com::sun::star::registry::XRegistryKey* pRegistryKey )
+{
+ return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, slideShowDecl );
+}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */