forked from amazingfate/loongoffice
Use prefix
Change-Id: I0323e3eb9446c4f2b18f84f5ed33909a877163c8
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
|
||||
<component loader="com.sun.star.loader.SharedLibrary"
|
||||
<component loader="com.sun.star.loader.SharedLibrary" prefix="protocolhandler"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.comp.ScriptProtocolHandler">
|
||||
<service name="com.sun.star.frame.ProtocolHandler"/>
|
||||
|
||||
@ -497,7 +497,7 @@ extern "C"
|
||||
|
||||
namespace css = ::com::sun::star;
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char * pImplementationName ,
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL protocolhandler_component_getFactory( const sal_Char * pImplementationName ,
|
||||
void * pServiceManager ,
|
||||
void * pRegistryKey )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user