summaryrefslogtreecommitdiffstats
path: root/uui/source/services.cxx
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/source/services.cxx
parentSimplified license header template. (diff)
downloadcore-15f482b1e9aff47a366a1cb1666fb4aabea49912.tar.gz
core-15f482b1e9aff47a366a1cb1666fb4aabea49912.zip
Add prefixes for some component_getFactory functions
Diffstat (limited to 'uui/source/services.cxx')
-rw-r--r--uui/source/services.cxx2
1 files changed, 1 insertions, 1 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 *)
{