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

Use prefix

Change-Id: Ibc446d8616bad00ce71c273e46517e80527e2f0e
üst 303b86bc
...@@ -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="pythonloader"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.comp.pyuno.Loader"> <implementation name="org.openoffice.comp.pyuno.Loader">
<service name="com.sun.star.loader.Python"/> <service name="com.sun.star.loader.Python"/>
......
...@@ -252,7 +252,7 @@ static struct cppu::ImplementationEntry g_entries[] = ...@@ -252,7 +252,7 @@ static struct cppu::ImplementationEntry g_entries[] =
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL pythonloader_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
return cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); return cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_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