Kaydet (Commit) 3c31c3c4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Andras Timar

Prefixify textfd

Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89
üst facb07ac
......@@ -44,7 +44,7 @@ using namespace ::com::sun::star::registry;
extern "C" {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
SAL_DLLPUBLIC_EXPORT void * SAL_CALL textfd_component_getFactory(
const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
void* pRet = NULL;
......
......@@ -28,7 +28,7 @@
* instead of those above.
**************************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary"
<component loader="com.sun.star.loader.SharedLibrary" prefix="textfd"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.filters.PlainTextFilterDetect">
<service name="com.sun.star.document.ExtendedTypeDetection"/>
......
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