[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - connectivity/source
Matus Kukan
mkukan at kemper.freedesktop.org
Mon May 28 08:13:13 PDT 2012
connectivity/source/drivers/postgresql/pq_connection.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e1314312cd2ee25feaa7df02f65be4bd78026e2
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Mon May 28 17:11:54 2012 +0200
connectivity: add SAL_DLLPUBLIC_EXPORT
Change-Id: I850b9f9fcf662eafaee6c4c00187c6902670b639
diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx
index c148646..e1e3754 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 );
More information about the Libreoffice-commits
mailing list