summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-24 21:26:11 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-25 09:21:20 +0200
commit3f471651049a318d7d8917855929e0535daf14b9 (patch)
tree01c9d58372b16feb38981f236270d9ff0c48beae /xmloff/source/core
parent4840880148318dc384e28f9a8df9990b8690a4b6 (diff)
xmloff: create XMLImportStylesImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I7e56486339d5fd436d4dba723bac8bb9bbed170b Reviewed-on: https://gerrit.libreoffice.org/76275 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/core')
-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 cba072106f97..0190e6b0d818 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -56,10 +56,7 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
const sal_Int32 nImplNameLen = strlen( pImplName );
- // impress oasis import
- SINGLEFACTORY( XMLImpressStylesImportOasis )
-
- else SINGLEFACTORY( AnimationsImport )
+ SINGLEFACTORY( AnimationsImport )
// impress OOo export
else SINGLEFACTORY( XMLImpressExportOOO )