summaryrefslogtreecommitdiff
path: root/package/source/manifest/UnoRegister.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/UnoRegister.cxx')
-rw-r--r--package/source/manifest/UnoRegister.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/manifest/UnoRegister.cxx b/package/source/manifest/UnoRegister.cxx
index c5734977de46..4918b1dcf7c1 100644
--- a/package/source/manifest/UnoRegister.cxx
+++ b/package/source/manifest/UnoRegister.cxx
@@ -54,7 +54,7 @@ using rtl::OUString;
* @param pRegistryKey registry data key to read and write component persistent data
* @return a component factory (generic uno interface)
*/
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL package2_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;