summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-18 01:03:12 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-18 14:15:27 +0200
commit15f482b1e9aff47a366a1cb1666fb4aabea49912 (patch)
tree30e4f4e3ff2639e93cad687ec6e40861b8669483 /uui
parentc902dc86556e640532cb857385b75c2bdb60bb2b (diff)
Add prefixes for some component_getFactory functions
Diffstat (limited to 'uui')
-rw-r--r--uui/source/services.cxx2
-rwxr-xr-xuui/util/uui.component2
2 files changed, 2 insertions, 2 deletions
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 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="uui"
xmlns="http://openoffice.org/2010/uno-components">
<implementation
name="com.sun.star.comp.uui.PasswordContainerInteractionHandler">