diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 11:22:51 +0300 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-01 13:56:52 +0200 |
commit | 645181f46472d459026d87c39b3475e834390761 (patch) | |
tree | 039e122ba65267391f00f555f954c1766f9eb33f | |
parent | 1297ded2de9c8eaf0dd460fa4353a3e06765c400 (diff) |
Prefixify lotuswordpro
Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
-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"/> |