summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-18 14:46:06 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-18 14:46:06 +0200
commit8d22455d3e7c7e8e25bcb8724754fc764f0e713c (patch)
treeac303972ff466a52746a017bc16115101b6bb0a7
parent2899e6f2bad2b458ed22f44d9a0e895cb6104a36 (diff)
#i114970#
Notes
split repo tag: libs-core_ooo/DEV300_m90
-rw-r--r--ucb/source/ucp/gio/gio_provider.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/ucb/source/ucp/gio/gio_provider.cxx b/ucb/source/ucp/gio/gio_provider.cxx
index b8b16ba72c24..750f7408e7ec 100644
--- a/ucb/source/ucp/gio/gio_provider.cxx
+++ b/ucb/source/ucp/gio/gio_provider.cxx
@@ -108,14 +108,6 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-extern "C" sal_Bool SAL_CALL component_writeInfo( void *, void *pRegistryKey )
-{
- return pRegistryKey &&
- writeInfo( pRegistryKey,
- ::gio::ContentProvider::getImplementationName_Static(),
- ::gio::ContentProvider::getSupportedServiceNames_Static() );
-}
-
extern "C" void * SAL_CALL component_getFactory( const sal_Char *pImplName,
void *pServiceManager, void * )
{