summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:53:48 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:59:13 +0200
commita90983bd658b6f69a353ccdf0d332ed280b69711 (patch)
treeaf1364059594ed162c721c3cd29810567b2c8ec8 /uui
parent01ea434011fdf868c612539179bb30aedb0495d0 (diff)
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'uui')
-rw-r--r--uui/source/services.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index 8ced313926d3..2ef31275e197 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -43,23 +43,6 @@ using namespace com::sun::star::registry;
using ::rtl::OUString;
-//============================================================================
-//
-// component_getImplementationEnvironment
-//
-//============================================================================
-
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(sal_Char const ** pEnvTypeName,
- uno_Environment **)
-{
- *pEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
-//============================================================================
-//
-// component_getFactory
-//
-//============================================================================
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName,
void * pServiceManager,
move of unused #define constants.Noel Grandin 2014-04-15svx: sal_Bool->boolNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin 2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin 2013-10-28fixincludeguards.sh: svxThomas Arnhold 2013-09-05convert svx/inc/*.hxx from String to OUStringNoel Grandin 2013-06-19Resolves: #i122231# Buffered content for gallery themesArmin Le Grand 2013-05-10Resolves: #i121445# Added transparency support to the galleryArmin Le Grand 2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist 2012-06-21re-base on ALv2 code.Michael Meeks 2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-01-10removetooltypes01: #i112600# remove tooltypes from svxMikhail Voytenko 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2009-11-04#i106421#: some missing header fixesMathias Bauer 2009-10-31#i106421#: move svx/source/cui to cuiMathias Bauer