summaryrefslogtreecommitdiff
path: root/io/source/acceptor
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/acceptor')
-rw-r--r--io/source/acceptor/acceptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index f703d2d668ce..d5dec6a0af8e 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -344,7 +344,7 @@ static struct ImplementationEntry g_entries[] =
extern "C"
{
-sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
+SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
{
return g_moduleCount.canUnload( &g_moduleCount , pTime );
}