Kaydet (Commit) 71512d1a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Restore accidentally removed prefix

Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09
üst 4c8ffa01
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment