summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-10-17 21:02:46 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-18 08:39:56 +0200
commit90492bfbc3a2708a972233d90966594b1438c250 (patch)
treeb86e33601dd77e2927428826f87f77c9bb5cd6dd /xmloff/source/core
parentdfabe21ac98d22150b23fbb973ef3d77ea839061 (diff)
xmloff: create XMLDrawSettingsExportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I25fbd841a8f91b51787cebd4b94f5a62cb0d9e07 Reviewed-on: https://gerrit.libreoffice.org/80996 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/core')
-rw-r--r--xmloff/source/core/facreg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index 293b1b3d9c98..5944a8e9cc0f 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -61,7 +61,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
else SINGLEFACTORY( XMLDrawStylesExportOasis )
else SINGLEFACTORY( XMLDrawContentExportOasis )
else SINGLEFACTORY( XMLDrawMetaExportOasis )
- else SINGLEFACTORY( XMLDrawSettingsExportOasis )
// drawing layer export
else SINGLEFACTORY( XMLDrawingLayerExport )