diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-18 15:45:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-27 18:54:52 +0100 |
commit | 5352d45dd4a04f8f02cf7f6ad4169126d3b3586a (patch) | |
tree | a5c7459b5830d70fe3a193728a1db716f2390b39 /include/xmloff/xmltoken.hxx | |
parent | 913ed8398667dfd0d6f03923507e14c8e2642c90 (diff) |
convert AnimationImport to fast-parser APIs
And...
(*) space out the namespace constant values so I dont
keep forgetting and making them overlap.
(*) Remove CreateDocumentContext from SvXMLImport since it is
now unused.
Change-Id: I30f54bfc1389e91b18e4fee8b83e1b297419899b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 40e4f5b55b02..7289d72e5e61 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2497,6 +2497,7 @@ namespace xmloff { namespace token { XML_N_DRAW_OOO, XML_N_DR3D_OOO, XML_N_PRESENTATION_OOO, + XML_N_PRESENTATION_OASIS, XML_N_CHART_OOO, XML_N_CONFIG_OOO, XML_N_FORM_OOO, @@ -2788,6 +2789,7 @@ namespace xmloff { namespace token { XML_NP_ANIMATION, XML_N_ANIMATION, + XML_N_ANIMATION_OOO, XML_PAR, XML_SEQ, |