Use prefix

Change-Id: I84ec9d6eed209eb429f5b5d4a667d3450a1435e1
This commit is contained in:
Tor Lillqvist
2012-10-02 11:19:05 +03:00
parent 4b6111cf6a
commit 3cba672351
10 changed files with 10 additions and 10 deletions

View File

@@ -493,7 +493,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
}
//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
SAL_DLLPUBLIC_EXPORT void * SAL_CALL textinstream_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries );