[Libreoffice-commits] .: basctl/source extensions/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Wed Apr 20 05:11:27 PDT 2011
basctl/source/basicide/register.cxx | 3 +--
extensions/source/abpilot/abpservices.cxx | 3 +--
extensions/source/dbpilots/dbpservices.cxx | 3 +--
extensions/source/ole/servreg.cxx | 2 +-
extensions/source/preload/services.cxx | 3 +--
extensions/source/propctrlr/pcrservices.cxx | 3 +--
6 files changed, 6 insertions(+), 11 deletions(-)
New commits:
commit 036086a557ae6b0ae0173a0535a34e8ced97b43d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Apr 20 14:10:36 2011 +0200
Easyhack: Add visibility markup to all component_get* functions (part2)
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx
index c1ee369..3f3dc97 100644
--- a/basctl/source/basicide/register.cxx
+++ b/basctl/source/basicide/register.cxx
@@ -53,8 +53,7 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
-SAL_DLLPUBLIC_EXPORT
-void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
void* pRegistryKey )
{
diff --git a/extensions/source/abpilot/abpservices.cxx b/extensions/source/abpilot/abpservices.cxx
index 6cb2f18..8703dc8 100644
--- a/extensions/source/abpilot/abpservices.cxx
+++ b/extensions/source/abpilot/abpservices.cxx
@@ -56,8 +56,7 @@ extern "C" void SAL_CALL abp_initializeModule()
//---------------------------------------------------------------------------------------
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
-component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /*ppEnv*/
)
diff --git a/extensions/source/dbpilots/dbpservices.cxx b/extensions/source/dbpilots/dbpservices.cxx
index 982656e..0600af0 100644
--- a/extensions/source/dbpilots/dbpservices.cxx
+++ b/extensions/source/dbpilots/dbpservices.cxx
@@ -60,8 +60,7 @@ extern "C" void SAL_CALL dbp_initializeModule()
//---------------------------------------------------------------------------------------
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
-component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /*ppEnv*/
)
diff --git a/extensions/source/ole/servreg.cxx b/extensions/source/ole/servreg.cxx
index 9928123..06a4757 100644
--- a/extensions/source/ole/servreg.cxx
+++ b/extensions/source/ole/servreg.cxx
@@ -74,7 +74,7 @@ Reference<XInterface> SAL_CALL OleServer_CreateInstance( const Reference<XMultiS
}
} // end namespace
-extern "C" void * SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;
diff --git a/extensions/source/preload/services.cxx b/extensions/source/preload/services.cxx
index e3dab42..e2092d6 100644
--- a/extensions/source/preload/services.cxx
+++ b/extensions/source/preload/services.cxx
@@ -56,8 +56,7 @@ extern "C" void SAL_CALL preload_initializeModule()
//---------------------------------------------------------------------------------------
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
-component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /*ppEnv*/
)
diff --git a/extensions/source/propctrlr/pcrservices.cxx b/extensions/source/propctrlr/pcrservices.cxx
index 369870a..90ddc35 100644
--- a/extensions/source/propctrlr/pcrservices.cxx
+++ b/extensions/source/propctrlr/pcrservices.cxx
@@ -92,8 +92,7 @@ extern "C" void SAL_CALL pcr_initializeModule()
//---------------------------------------------------------------------------------------
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
-component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /*ppEnv*/
)
More information about the Libreoffice-commits
mailing list