[Libreoffice-commits] .: filter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 1 04:07:10 PDT 2012


 filter/source/textfilterdetect/fdcomp.cxx       |    2 +-
 filter/source/textfilterdetect/textfd.component |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 256344d507dbcc22e1e371b8061ad5cfdf21cf98
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Oct 1 13:29:38 2012 +0300

    Prefixify textfd
    
    Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89

diff --git a/filter/source/textfilterdetect/fdcomp.cxx b/filter/source/textfilterdetect/fdcomp.cxx
index 6be78b3..85b9f3b 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 e1708e7..d2d333a 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"/>


More information about the Libreoffice-commits mailing list