summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/SfxDocumentMetaData.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 /sfx2/source/doc/SfxDocumentMetaData.cxx
parent1f991552dd9c60d4d4008d652af4d97f232cb0f3 (diff)
parentda8aa1f2aa04522f098474fa93898ab8716841d0 (diff)
chartextensibility: merge with DEV300_m92
Diffstat (limited to 'sfx2/source/doc/SfxDocumentMetaData.cxx')
-rw-r--r--sfx2/source/doc/SfxDocumentMetaData.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx
index 14474dd2904d..f18e903eb6e4 100644
--- a/sfx2/source/doc/SfxDocumentMetaData.cxx
+++ b/sfx2/source/doc/SfxDocumentMetaData.cxx
@@ -2380,12 +2380,5 @@ extern "C" void * SAL_CALL component_getFactory(
return ::cppu::component_getFactoryHelper(
implName, serviceManager, registryKey, entries);
}
-
-extern "C" sal_Bool SAL_CALL component_writeInfo(
- void * serviceManager, void * registryKey)
-{
- return ::cppu::component_writeInfoHelper(serviceManager, registryKey,
- entries);
-}
#endif