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

Use prefix

Change-Id: Ic1fcb3078757d7948bbb4ddb155ab9584e861c12
üst 7b089e2c
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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="binaryurp"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.bridge.BridgeFactory"> <implementation name="com.sun.star.comp.bridge.BridgeFactory">
<service name="com.sun.star.bridge.BridgeFactory"/> <service name="com.sun.star.bridge.BridgeFactory"/>
......
...@@ -197,7 +197,7 @@ static cppu::ImplementationEntry const services[] = { ...@@ -197,7 +197,7 @@ static cppu::ImplementationEntry const services[] = {
} }
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL binaryurp_component_getFactory(
char const * pImplName, void * pServiceManager, void * pRegistryKey) char const * pImplName, void * pServiceManager, void * pRegistryKey)
{ {
return cppu::component_getFactoryHelper( return cppu::component_getFactoryHelper(
......
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