summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 23:02:44 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 23:05:37 +0300
commit8c04828bb1a6fefe258b5412db8e1b31a5b8cbb6 (patch)
tree5568711f2b041cdb4aa9619e11ea3ec4907bd373 /filter/source/t602
parent616023b7a73511a73fcc88e8ebfdcd4bb050812e (diff)
Use prefix
Change-Id: Ie741222944bf8ed6cacd5a3037f8aa75a6a4dec3
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/filterenv.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx
index 1963ddba8635..6154dbfe3b14 100644
--- a/filter/source/t602/filterenv.cxx
+++ b/filter/source/t602/filterenv.cxx
@@ -44,11 +44,7 @@ using namespace T602ImportFilter;
extern "C"
{
-#ifdef DISABLE_DYNLOADING
-#define component_getFactory t602filter_component_getFactory
-#endif
-
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL t602filter_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /* pRegistryKey */ )
{
void * pRet = 0;