[Libreoffice-commits] .: 2 commits - vbahelper/source vbahelper/util writerfilter/source writerfilter/util

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 2 03:03:18 PDT 2012


 vbahelper/source/msforms/service.cxx        |    2 +-
 vbahelper/util/msforms.component            |    2 +-
 writerfilter/source/filter/WriterFilter.cxx |    2 +-
 writerfilter/util/writerfilter.component    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9da34c09bfd27ba0b1c423ebb558d997b5213018
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Oct 2 12:59:32 2012 +0300

    Use prefix
    
    Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b

diff --git a/vbahelper/source/msforms/service.cxx b/vbahelper/source/msforms/service.cxx
index 7a32b49..9bc7953 100644
--- a/vbahelper/source/msforms/service.cxx
+++ b/vbahelper/source/msforms/service.cxx
@@ -42,7 +42,7 @@ extern sdecl::ServiceDecl const serviceDecl;
 
 extern "C"
 {
-    SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+    SAL_DLLPUBLIC_EXPORT void * SAL_CALL msforms_component_getFactory(
         const sal_Char * pImplName, lang::XMultiServiceFactory * pServiceManager,
         registry::XRegistryKey * pRegistryKey )
     {
diff --git a/vbahelper/util/msforms.component b/vbahelper/util/msforms.component
index 5e4c28b..f4fc168 100644
--- a/vbahelper/util/msforms.component
+++ b/vbahelper/util/msforms.component
@@ -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="msforms"
     xmlns="http://openoffice.org/2010/uno-components">
   <implementation name="ControlProviderImpl">
     <service name="ooo.vba.ControlProvider"/>
commit 13ec17ce63dcba161169e8f6d351e92be1e5647e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Oct 2 12:54:32 2012 +0300

    Use prefix
    
    Change-Id: I128623b27bd88795e21de13d7a6fc960de3b6ea8

diff --git a/writerfilter/source/filter/WriterFilter.cxx b/writerfilter/source/filter/WriterFilter.cxx
index 68550cf..7e139c5 100644
--- a/writerfilter/source/filter/WriterFilter.cxx
+++ b/writerfilter/source/filter/WriterFilter.cxx
@@ -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 );
 }
diff --git a/writerfilter/util/writerfilter.component b/writerfilter/util/writerfilter.component
index 0101ea0..b5deea5 100644
--- a/writerfilter/util/writerfilter.component
+++ b/writerfilter/util/writerfilter.component
@@ -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"/>


More information about the Libreoffice-commits mailing list