diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 12:54:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 13:02:37 +0300 |
commit | 13ec17ce63dcba161169e8f6d351e92be1e5647e (patch) | |
tree | 57b3901d8e253630d08e4aa94462e60d1872f109 | |
parent | 2f3b4edc414b30a149db336ef1d3d8bf716698f0 (diff) |
Use prefix
Change-Id: I128623b27bd88795e21de13d7a6fc960de3b6ea8
-rw-r--r-- | writerfilter/source/filter/WriterFilter.cxx | 2 | ||||
-rw-r--r-- | writerfilter/util/writerfilter.component | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/filter/WriterFilter.cxx b/writerfilter/source/filter/WriterFilter.cxx index 68550cf904db..7e139c569f10 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 0101ea077f87..b5deea5cfd25 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"/> |