summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-17 21:34:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-18 09:08:05 +0200
commit955871e42d79903205cb0eeb7d82c6bb4d397ec1 (patch)
tree28c33cede292e5afa6dec63b3a24618b34800272 /xmloff/source/core
parent2a6d510b5bb1503ae12e5ccc921b0ab7032c8e65 (diff)
xmloff: create XMLImportContentImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I3b52830ece6fae82af1bc57eb93e3a9ad1eb2aff Reviewed-on: https://gerrit.libreoffice.org/75809 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 8a96b89b29e1..cba072106f97 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -58,7 +58,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
// impress oasis import
SINGLEFACTORY( XMLImpressStylesImportOasis )
- else SINGLEFACTORY( XMLImpressContentImportOasis )
else SINGLEFACTORY( AnimationsImport )