summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-30 17:34:26 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-30 17:41:16 +0300
commit71512d1a9951850521950d8ebf0c931d6f6f0552 (patch)
tree86ecfab740b63cd4f18895ae990c6e355370ad06 /cui
parent4c8ffa01131f2df2b314218731d83bd776944802 (diff)
Restore accidentally removed prefix
Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09
Diffstat (limited to 'cui')
-rw-r--r--cui/source/uno/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index 01c0779635c2..f5aa9cbcb6f6 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -38,7 +38,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);
}