[Libreoffice-commits] .: animations/source sd/source sd/util slideshow/source slideshow/util

Michael Meeks michael at kemper.freedesktop.org
Mon Jul 11 12:35:10 PDT 2011


 animations/source/animcore/factreg.cxx       |    6 ------
 sd/source/filter/eppt/pptx-epptooxml.cxx     |    8 --------
 sd/source/ui/unoidl/detreg.cxx               |    7 -------
 sd/source/ui/unoidl/facreg.cxx               |    7 -------
 sd/util/exports.dxp                          |    2 --
 sd/util/sdfilt.map                           |    1 -
 slideshow/source/engine/OGLTrans/exports.dxp |    1 -
 slideshow/util/exports.dxp                   |    2 --
 8 files changed, 34 deletions(-)

New commits:
commit 552bb0d5fc2e2d4b0934a9f7f017785962669fbb
Author: Matus Kukan <matus.kukan at gmail.com>
Date:   Sun Jul 3 15:16:31 2011 +0200

    Remove component_getImplementationEnvironment

diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx
index 9aa4847..a40b8ad 100644
--- a/animations/source/animcore/factreg.cxx
+++ b/animations/source/animcore/factreg.cxx
@@ -80,12 +80,6 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
 }
     
 //==================================================================================================
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
-    const sal_Char ** ppEnvTypeName, uno_Environment ** )
-{
-    *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-//==================================================================================================
 SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
     const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
 {
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 39691f4..69c231a 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -2218,9 +2218,6 @@ OUString PowerPointExport::implGetImplementationName() const
 }
 
 // UNO component
-// ------------------------------------------
-// - component_getImplementationEnvironment -
-// ------------------------------------------
 
 static struct cppu::ImplementationEntry g_entries[] =
 {
@@ -2239,11 +2236,6 @@ extern "C"
 {
 #endif
 
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
-{
-    *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
 // ------------------------
 // - component_getFactory -
 // ------------------------
diff --git a/sd/source/ui/unoidl/detreg.cxx b/sd/source/ui/unoidl/detreg.cxx
index 2d4beb8..82ed24e 100644
--- a/sd/source/ui/unoidl/detreg.cxx
+++ b/sd/source/ui/unoidl/detreg.cxx
@@ -42,13 +42,6 @@ using namespace ::com::sun::star::lang;
 
 extern "C" {
 
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
-        const  sal_Char**   ppEnvironmentTypeName,
-        uno_Environment**              )
-{
-    *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
-}
-
 SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
     const sal_Char* pImplementationName,
     void* pServiceManager,
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx
index 4359c1d..a7b8cf1 100644
--- a/sd/source/ui/unoidl/facreg.cxx
+++ b/sd/source/ui/unoidl/facreg.cxx
@@ -297,13 +297,6 @@ static ::boost::shared_ptr<FactoryMap> spFactoryMap;
 extern "C"
 {
 
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
-    const sal_Char  ** ppEnvTypeName,
-    uno_Environment **  )
-{
-    *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
 SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
     const sal_Char * pImplName,
     void           * pServiceManager,
diff --git a/sd/util/exports.dxp b/sd/util/exports.dxp
index 0cb5620..7003307 100755
--- a/sd/util/exports.dxp
+++ b/sd/util/exports.dxp
@@ -1,2 +1 @@
-component_getImplementationEnvironment
-component_getFactory
\ No newline at end of file
+component_getFactory
diff --git a/sd/util/sdfilt.map b/sd/util/sdfilt.map
index 2232014..ed43ed5 100644
--- a/sd/util/sdfilt.map
+++ b/sd/util/sdfilt.map
@@ -3,7 +3,6 @@ UDK_3_0_0 {
                 ExportPPT;
                 ImportPPT;
                 SaveVBA;
-                component_getImplementationEnvironment;
                 component_getFactory;
         local:
                 *;
diff --git a/slideshow/source/engine/OGLTrans/exports.dxp b/slideshow/source/engine/OGLTrans/exports.dxp
index f0e1c69..7003307 100644
--- a/slideshow/source/engine/OGLTrans/exports.dxp
+++ b/slideshow/source/engine/OGLTrans/exports.dxp
@@ -1,2 +1 @@
-component_getImplementationEnvironment
 component_getFactory
diff --git a/slideshow/util/exports.dxp b/slideshow/util/exports.dxp
index 0cb5620..7003307 100644
--- a/slideshow/util/exports.dxp
+++ b/slideshow/util/exports.dxp
@@ -1,2 +1 @@
-component_getImplementationEnvironment
-component_getFactory
\ No newline at end of file
+component_getFactory


More information about the Libreoffice-commits mailing list