summaryrefslogtreecommitdiffstats
path: root/filter/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:13:08 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:58:59 +0200
commita9137707c4f8e17f97221f958c28a276d0903e16 (patch)
tree0d674c78efa4286f5c424868bd1f439b2c80ba6e /filter/inc
parentuse oox filter for *all* control import (diff)
downloadcore-a9137707c4f8e17f97221f958c28a276d0903e16.tar.gz
core-a9137707c4f8e17f97221f958c28a276d0903e16.zip
Remove component_getImplementationEnvironment
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/registration.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/filter/inc/registration.hxx b/filter/inc/registration.hxx
index 7bfe0d538b2a..060a77dd945a 100644
--- a/filter/inc/registration.hxx
+++ b/filter/inc/registration.hxx
@@ -49,17 +49,6 @@ namespace comphelper{
/** TODO doc
*/
-#define _COMPHELPER_COMPONENT_GETIMPLEMENTATIONENVIRONMENT \
- extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char** ppEnvironmentTypeName, \
- uno_Environment** /* ppEnvironment */ ) \
- { \
- *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; \
- }
-
-//_______________________________________________
-
-/** TODO doc
- */
#define _COMPHELPER_MULTIINSTANCEFACTORY(IMPLEMENTATIONNAME, SERVICENAMES, FACTORYMETHOD) \
if (IMPLEMENTATIONNAME == sImplName) \
xFactory = ::cppu::createSingleFactory(xSMGR , \