From 15f482b1e9aff47a366a1cb1666fb4aabea49912 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 18 Aug 2011 01:03:12 +0200 Subject: Add prefixes for some component_getFactory functions --- uui/source/services.cxx | 2 +- uui/util/uui.component | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') diff --git a/uui/source/services.cxx b/uui/source/services.cxx index 2ef31275e197..a25af9158c53 100644 --- a/uui/source/services.cxx +++ b/uui/source/services.cxx @@ -44,7 +44,7 @@ using namespace com::sun::star::registry; using ::rtl::OUString; -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName, +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL uui_component_getFactory(sal_Char const * pImplName, void * pServiceManager, void *) { diff --git a/uui/util/uui.component b/uui/util/uui.component index 0a15ad6eb8e5..c78d6af93fd1 100755 --- a/uui/util/uui.component +++ b/uui/util/uui.component @@ -26,7 +26,7 @@ * **********************************************************************--> - -- cgit