From aee436760e97f5f00e416713f8ee31f07681e2b1 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 27 Dec 2011 15:42:14 +0100 Subject: function component_canUnload is exported --- io/source/TextInputStream/TextInputStream.cxx | 2 +- io/source/TextOutputStream/TextOutputStream.cxx | 2 +- io/source/acceptor/acceptor.cxx | 2 +- io/source/connector/connector.cxx | 2 +- io/source/stm/factreg.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'io') diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 1aa85ba749a0..cab6ea8d64a2 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -498,7 +498,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 ); } diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 15e40ee36a1b..38cbf46a3604 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -295,7 +295,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 ); } 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 ); } diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx index e54000075b55..674fbbb358b4 100644 --- a/io/source/connector/connector.cxx +++ b/io/source/connector/connector.cxx @@ -255,7 +255,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 ); } diff --git a/io/source/stm/factreg.cxx b/io/source/stm/factreg.cxx index b162a2363b59..e13dacd68852 100644 --- a/io/source/stm/factreg.cxx +++ b/io/source/stm/factreg.cxx @@ -97,7 +97,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 ); } -- cgit