Add prefixes for some component_getFactory functions

This commit is contained in:
Matúš Kukan
2011-08-18 01:03:12 +02:00
parent c902dc8655
commit 15f482b1e9
15 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ using namespace ::com::sun::star::registry;
extern "C"
{
//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
SAL_DLLPUBLIC_EXPORT void * SAL_CALL xsec_fw_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;