summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 11:22:51 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-01 13:23:46 +0300
commiteef8ae7c3f52027476ca440586c0f65b6a174b78 (patch)
treef8df42e048b4c57a42162a4fde834e2ff8548093 /lotuswordpro/source
parent69222d71221d0ec81a3dbf01789456bcf2dde0da (diff)
Prefixify lotuswordpro
Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r--lotuswordpro/source/filter/genericfilter.cxx2
1 files changed, 1 insertions, 1 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;