summaryrefslogtreecommitdiffstats
path: root/xmlscript/source
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-10 13:10:07 +0200
committersb <sb@openoffice.org>2010-09-10 13:10:07 +0200
commit9551bf5a1ee5c9275a26f8ec4021e0b7f5665176 (patch)
tree9c440724c8563bf927448d91c542469f1e18964b /xmlscript/source
parentsb129: #i113189# move XmlReader from configmgr to URE (diff)
downloadcore-9551bf5a1ee5c9275a26f8ec4021e0b7f5665176.tar.gz
core-9551bf5a1ee5c9275a26f8ec4021e0b7f5665176.zip
sb129: #i113189# change UNO components to use passive registration
Diffstat (limited to 'xmlscript/source')
-rw-r--r--xmlscript/source/misc/unoservices.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index b95665eef01e..0d4d8db169ac 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -115,15 +115,6 @@ extern "C"
// -----------------------------------------------------------------------------
- sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager, void * pRegistryKey )
- {
- return ::cppu::component_writeInfoHelper(
- pServiceManager, pRegistryKey, ::xmlscript::s_entries );
- }
-
- // -----------------------------------------------------------------------------
-
void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{