diff options
author | Mark Hung <marklh9@gmail.com> | 2019-05-30 22:59:29 +0800 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-31 09:12:23 +0200 |
commit | 966dc7f2cf500bb529394e1865e2cc6e5b264ab0 (patch) | |
tree | 68509d47df70595ca536f3ac6ae69516ef37e0a7 /starmath | |
parent | 92418d9454e5842d34dd8140115ba42515c0d816 (diff) |
EPUB export: fix not properly paired openPageSpan
Fix the test case converting abi11105.abw to EPUB file.
( the attachment at
<https://bugzilla.abisource.com/show_bug.cgi?id=11105#c1> )
soffice.bin: .../sax/source/expatwrap/saxwriter.cxx:1184: virtual void
(anonymous namespace)::SAXWriter::endElement(const rtl::OUString &):
Assertion `aName ==
m_pSaxWriterHelper->m_DebugStartedElements.top()' failed.
We used to invoke handlePageSpan when starting a paragraph
or a table element that has master-page-name defined in the referred
style, and invoke closePageSpan when XMLBodyContentContext.
Limit the handling of page span to top-level paragraph or tables
so that it doesn't messed up in the nested ( paragraph that changed
it's page style in a table cell ) case.
Change-Id: Ic8637663aaa7506ced9758bd7ccd7233309e8557
Reviewed-on: https://gerrit.libreoffice.org/73214
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath')
0 files changed, 0 insertions, 0 deletions