summaryrefslogtreecommitdiff
path: root/shell/source/backends/desktopbe/desktopbackend.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 /shell/source/backends/desktopbe/desktopbackend.cxx
parent1f991552dd9c60d4d4008d652af4d97f232cb0f3 (diff)
parentda8aa1f2aa04522f098474fa93898ab8716841d0 (diff)
chartextensibility: merge with DEV300_m92
Diffstat (limited to 'shell/source/backends/desktopbe/desktopbackend.cxx')
-rw-r--r--shell/source/backends/desktopbe/desktopbackend.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx
index 21371755b4796..e628e8e1b8304 100644
--- a/shell/source/backends/desktopbe/desktopbackend.cxx
+++ b/shell/source/backends/desktopbe/desktopbackend.cxx
@@ -282,9 +282,3 @@ component_getImplementationEnvironment(
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-
-extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager, void * pRegistryKey)
-{
- return component_writeInfoHelper(pServiceManager, pRegistryKey, services);
-}