From ae854970bf9c734df132797c0f23a7829efd167c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Mar 2020 12:40:57 +0200 Subject: use more FastParser in ScXMLContentValidationContext Change-Id: I958d2ad1a8dc6c2a3da1c1a4fc6bd4f0011367fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90055 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/script/XMLEventsImportContext.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xmloff/source/script') diff --git a/xmloff/source/script/XMLEventsImportContext.cxx b/xmloff/source/script/XMLEventsImportContext.cxx index d58be893909a..cb7679cc3b63 100644 --- a/xmloff/source/script/XMLEventsImportContext.cxx +++ b/xmloff/source/script/XMLEventsImportContext.cxx @@ -47,6 +47,11 @@ XMLEventsImportContext::XMLEventsImportContext( { } +XMLEventsImportContext::XMLEventsImportContext(SvXMLImport& rImport) : + SvXMLImportContext(rImport) +{ +} + XMLEventsImportContext::XMLEventsImportContext( SvXMLImport& rImport, -- cgit