From 802477ae75b39194442d9c01a1342d068c7b9300 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 16 Aug 2017 17:19:05 +0200 Subject: i#95698 sw: fix crash on splitting in-table section containing a nested table Found by crashtesting, ooo95698-1.odt crashed sw layout on load. The intended use-case is splitting section frames inside a table frame, so can just blacklist the non-interesting table-in-section-in-table case that causes the problem here. Change-Id: Ic47cd8c46cc71f7eaa36b03ec2c4a5df8ca8051c Reviewed-on: https://gerrit.libreoffice.org/41224 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/qa/extras/uiwriter/data/i95698.odt | Bin 0 -> 10770 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sw/qa/extras/uiwriter/data/i95698.odt (limited to 'sw/qa/extras/uiwriter/data') diff --git a/sw/qa/extras/uiwriter/data/i95698.odt b/sw/qa/extras/uiwriter/data/i95698.odt new file mode 100644 index 000000000000..9fe3ec207648 Binary files /dev/null and b/sw/qa/extras/uiwriter/data/i95698.odt differ -- cgit