summaryrefslogtreecommitdiff
path: root/formula/source/core/api/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/api/services.cxx')
-rw-r--r--formula/source/core/api/services.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx
index 3bcfbf7052..01562045f3 100644
--- a/formula/source/core/api/services.cxx
+++ b/formula/source/core/api/services.cxx
@@ -40,7 +40,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
//***************************************************************************************
-//
// registry functions
namespace
{
@@ -67,12 +66,6 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
*envTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
-SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
- void * serviceManager, void * registryKey)
-{
- return cppu::component_writeInfoHelper(
- serviceManager, registryKey, entries);
-}
} // extern "C"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */