summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-10-24 22:14:29 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-25 08:55:04 +0200
commit98e92c2ca1fa83b6d2df778dfe27fc85bfdaf549 (patch)
tree756d0219cb8148c241ebc12534116aba2b574bdc /xmloff/source/core
parent2c79de0a12a9568a3feda2592de1edc6c6b29207 (diff)
xmloff: create XMLDrawMetaExportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I6dc4fcd75517c137c1bd4de766f67b73eaff1788 Reviewed-on: https://gerrit.libreoffice.org/81480 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 5944a8e9cc0f..401c19d50c83 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -60,7 +60,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
else SINGLEFACTORY( XMLDrawExportOasis )
else SINGLEFACTORY( XMLDrawStylesExportOasis )
else SINGLEFACTORY( XMLDrawContentExportOasis )
- else SINGLEFACTORY( XMLDrawMetaExportOasis )
// drawing layer export
else SINGLEFACTORY( XMLDrawingLayerExport )