summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-28 17:11:54 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:14 +0200
commit44074025027be3d2d0d9ac539361a6958c744a86 (patch)
treed1ebf5899cc43ed810bf4e1b403a646e4af05a56 /connectivity
parent16f09b72e235f3763d3822357bac6013ee9d965b (diff)
connectivity: add SAL_DLLPUBLIC_EXPORT
Change-Id: I850b9f9fcf662eafaee6c4c00187c6902670b639
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx
index c148646e704d..e1e3754ca6d3 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.cxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.cxx
@@ -785,7 +785,7 @@ static struct cppu::ImplementationEntry g_entries[] =
extern "C"
{
-void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
return cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries );