summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/uno/services.cxx2
-rw-r--r--cui/util/cui.component2
-rw-r--r--cui/util/cui.map2
3 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index a63fd3c1e444..8164dea855ec 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -52,7 +52,7 @@ namespace
};
}
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
{
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
}
diff --git a/cui/util/cui.component b/cui/util/cui.component
index 43cfdb5d2cd9..ab1129353f13 100644
--- a/cui/util/cui.component
+++ b/cui/util/cui.component
@@ -30,7 +30,7 @@
* instead of those above.
* -->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="cui"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.cui.ColorPicker">
<service name="com.sun.star.ui.dialogs.ColorPicker"/>
diff --git a/cui/util/cui.map b/cui/util/cui.map
index e0809cfbd396..5f35b1685aa2 100644
--- a/cui/util/cui.map
+++ b/cui/util/cui.map
@@ -2,7 +2,7 @@ UDK_3_0_0 {
global:
CreateDialogFactory;
GetSpecialCharsForEdit;
- component_getFactory;
+ cui_component_getFactory;
local:
*;
};