diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-05 16:44:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-05 16:55:51 +0200 |
commit | 350534aba8f82d57782ec22fa4f6b776509beb2d (patch) | |
tree | d53ea31cad6d773d249b479275bcef10d5ba87b2 /sax | |
parent | be8855ebe4e5b978971d77df3d40e051d09597a7 (diff) |
sc: XLSX export: remove mpAttributes crack:
When there are attributes, XclExpXmlStartElementRecord::SaveXml() would
not call startElement() but instead write the XML element all by itself,
which means there will be an endElement() for which no previous
startElement() was called, which makes checking that these match hard.
Since this silly mpAttributes over-engineering is only used in one place
anyway, give that a separate subclass and use startElement().
There is still an issue with various WriteAttribute methods; if those
are used it's probably not possible to check that for well-formedness.
Change-Id: Id842f000a6fecd77211836705545d58031ebd0f8
Diffstat (limited to 'sax')
0 files changed, 0 insertions, 0 deletions