diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 11:22:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-01 13:23:46 +0300 |
commit | eef8ae7c3f52027476ca440586c0f65b6a174b78 (patch) | |
tree | f8df42e048b4c57a42162a4fde834e2ff8548093 /lotuswordpro | |
parent | 69222d71221d0ec81a3dbf01789456bcf2dde0da (diff) |
Prefixify lotuswordpro
Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/genericfilter.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/util/lwpfilter.component | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/genericfilter.cxx b/lotuswordpro/source/filter/genericfilter.cxx index 1a374720c460..8708ae2cd958 100644 --- a/lotuswordpro/source/filter/genericfilter.cxx +++ b/lotuswordpro/source/filter/genericfilter.cxx @@ -16,7 +16,7 @@ using namespace ::com::sun::star::registry; extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL lotuswordpro_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/lotuswordpro/util/lwpfilter.component b/lotuswordpro/util/lwpfilter.component index 030c75992ff6..4989843c49c6 100644 --- a/lotuswordpro/util/lwpfilter.component +++ b/lotuswordpro/util/lwpfilter.component @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="lotuswordpro" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.Writer.LotusWordProImportFilter"> <service name="com.sun.star.document.ImportFilter"/> |