Use prefix
Change-Id: I128623b27bd88795e21de13d7a6fc960de3b6ea8
This commit is contained in:
parent
2f3b4edc41
commit
13ec17ce63
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
|
|||
{ 0, 0, 0, 0, 0, 0 } // terminate with NULL
|
||||
};
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * implName, ::com::sun::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry )
|
||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL writerfilter_component_getFactory(sal_Char const * implName, ::com::sun::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry )
|
||||
{
|
||||
return ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries );
|
||||
}
|
||||
|
|
|
@ -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="writerfilter"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.comp.Writer.WriterFilter">
|
||||
<service name="com.sun.star.document.ExportFilter"/>
|
||||
|
|
Loading…
Reference in a new issue