summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:03:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-04-20 21:05:01 +0200
commit7c4fbccee7b3776242d21c5980ce671b162821b0 (patch)
tree1c90a05c4ad07f5fa3ae8b8dad25d459ebf9a534 /filter/source/t602
parentf5257a5349aff404848791cdb96a1d2bb0e563d7 (diff)
Easyhack: Add visibility markup to all component_get* functions
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/filterenv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx
index ab59b32f0463..5202c38c3c91 100644
--- a/filter/source/t602/filterenv.cxx
+++ b/filter/source/t602/filterenv.cxx
@@ -47,13 +47,13 @@ using namespace T602ImportFilter;
extern "C"
{
//==================================================================================================
-void SAL_CALL component_getImplementationEnvironment(
+SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
//==================================================================================================
-void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /* pRegistryKey */ )
{
void * pRet = 0;