Use prefix

Change-Id: I0323e3eb9446c4f2b18f84f5ed33909a877163c8
This commit is contained in:
Tor Lillqvist
2012-10-02 11:45:11 +03:00
parent ae53e3e9fc
commit 1b075ea2cb
12 changed files with 12 additions and 12 deletions

View File

@ -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"/>

View File

@ -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 )
{