summaryrefslogtreecommitdiff
path: root/package/source/manifest
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-10-07 23:51:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-10-08 15:31:40 +0200
commit173cf81756c69f112c3d61403b5cf87ee81afcfb (patch)
tree94f0e64267b2e36ec6f64b53fde40e41056e8c84 /package/source/manifest
parentcad383870426fed3cbb83c17c39f910a454e001c (diff)
add more component prefixes
Diffstat (limited to 'package/source/manifest')
-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;