summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-13 10:20:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-13 11:02:46 +0000
commit3b4786b6b7eec79b29f604cffc1cd708244e90b3 (patch)
treea124607c3ed8d55a891e46ebca5d51f512804826 /toolkit
parent761f502083652f0e45de9c38f56cf4867a8197e9 (diff)
callcatcher: regenerate list
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/registerservices.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolkit/source/helper/registerservices.cxx b/toolkit/source/helper/registerservices.cxx
index 8757acabd7bb..3bb9ae67f13e 100644
--- a/toolkit/source/helper/registerservices.cxx
+++ b/toolkit/source/helper/registerservices.cxx
@@ -67,20 +67,6 @@ namespace toolkit
using namespace ::com::sun::star::registry;
//.........................................................................
- Reference< XRegistryKey > registerServices( const Reference< XRegistryKey >& _rxParentKey,
- const sal_Char* _pAsciiImplName, const sal_Char* _pAsciiServiceName )
- {
- ::rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM( "/stardiv.Toolkit." ) );
- sImplName += ::rtl::OUString::createFromAscii( _pAsciiImplName );
- sImplName += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES" ) );
-
- Reference< XRegistryKey > xNewKey = _rxParentKey->createKey( sImplName );
- xNewKey->createKey( ::rtl::OUString::createFromAscii( _pAsciiServiceName ) );
-
- return xNewKey;
- }
-
- //.........................................................................
void* tryCreateFactory( const sal_Char* _pRequiredImplName, const sal_Char* _pComponentImplName,
const sal_Char* _pAsciiServiceName1, const sal_Char* _pAsciiServiceName2,
::cppu::ComponentInstantiation _pInstantiation, const Reference< XMultiServiceFactory >& _rxServiceFactory )