summaryrefslogtreecommitdiff
path: root/avmedia/source/quicktime/quicktimeuno.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2010-11-11 15:59:51 +0100
committerThomas Benisch <tbe@openoffice.org>2010-11-11 15:59:51 +0100
commit5552b67b05ba0b25d83af32aa4a4c5bd91813121 (patch)
tree119c7aabb9b4c8aff1b51950706aa83a480e4b9f /avmedia/source/quicktime/quicktimeuno.cxx
parent1f991552dd9c60d4d4008d652af4d97f232cb0f3 (diff)
parentda8aa1f2aa04522f098474fa93898ab8716841d0 (diff)
chartextensibility: merge with DEV300_m92
Diffstat (limited to 'avmedia/source/quicktime/quicktimeuno.cxx')
-rw-r--r--avmedia/source/quicktime/quicktimeuno.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/avmedia/source/quicktime/quicktimeuno.cxx b/avmedia/source/quicktime/quicktimeuno.cxx
index b2dee4d778388..9ecd77f4b9e0b 100644
--- a/avmedia/source/quicktime/quicktimeuno.cxx
+++ b/avmedia/source/quicktime/quicktimeuno.cxx
@@ -48,35 +48,6 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-// -----------------------
-// - component_writeInfo -
-// -----------------------
-
-extern "C" sal_Bool SAL_CALL component_writeInfo( void* /* pServiceManager */, void* pRegistryKey )
-{
- sal_Bool bRet = sal_False;
-
- if( pRegistryKey )
- {
- try
- {
- uno::Reference< registry::XRegistryKey > xNewKey1(
- static_cast< registry::XRegistryKey* >( pRegistryKey )->createKey(
- ::rtl::OUString::createFromAscii(
- "/" AVMEDIA_QUICKTIME_MANAGER_IMPLEMENTATIONNAME "/UNO/SERVICES/"
- AVMEDIA_QUICKTIME_MANAGER_SERVICENAME ) ) );
-
- bRet = sal_True;
- }
- catch( registry::InvalidRegistryException& )
- {
- OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
- }
- }
-
- return bRet;
-}
-
// ------------------------
// - component_getFactory -
// ------------------------