summaryrefslogtreecommitdiff
path: root/xmloff/source/core/facreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/facreg.cxx')
-rw-r--r--xmloff/source/core/facreg.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index e874fd89352e..48b12ad2060e 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -54,11 +54,8 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const char * pImplName, void *
const sal_Int32 nImplNameLen = strlen( pImplName );
- // chart OOo export
- SINGLEFACTORY( SchXMLExport_Content )
-
// meta import/export OOo
- else SINGLEFACTORY( XMLMetaExportOOO )
+ SINGLEFACTORY( XMLMetaExportOOO )
// auto text import/export
else SINGLEFACTORY( XMLAutoTextEventExport )