diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-05 12:40:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 08:09:04 +0100 |
commit | ae854970bf9c734df132797c0f23a7829efd167c (patch) | |
tree | 719ba3fa6529f3c54b2c9fd6c0d57979007daec6 /xmloff/source/script | |
parent | b327ea0d74fee1589c0310d7ef7794cb294256b3 (diff) |
use more FastParser in ScXMLContentValidationContext
Change-Id: I958d2ad1a8dc6c2a3da1c1a4fc6bd4f0011367fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90055
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/script')
-rw-r--r-- | xmloff/source/script/XMLEventsImportContext.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
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, |