summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 13:29:38 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-01 13:58:14 +0300
commit256344d507dbcc22e1e371b8061ad5cfdf21cf98 (patch)
tree394b5c1e446c531a72e38f2b56bed585bc16fb8b /filter
parenta07a4688d10737bd88d89ef38e12bc9b6074ffea (diff)
Prefixify textfd
Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89
Diffstat (limited to 'filter')
-rw-r--r--filter/source/textfilterdetect/fdcomp.cxx2
-rw-r--r--filter/source/textfilterdetect/textfd.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/textfilterdetect/fdcomp.cxx b/filter/source/textfilterdetect/fdcomp.cxx
index 6be78b323702..85b9f3b8362a 100644
--- a/filter/source/textfilterdetect/fdcomp.cxx
+++ b/filter/source/textfilterdetect/fdcomp.cxx
@@ -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;
diff --git a/filter/source/textfilterdetect/textfd.component b/filter/source/textfilterdetect/textfd.component
index e1708e772e72..d2d333abebbe 100644
--- a/filter/source/textfilterdetect/textfd.component
+++ b/filter/source/textfilterdetect/textfd.component
@@ -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"/>