summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
authorLuke Deller <luke@deller.id.au>2013-05-23 02:05:36 +1000
committerMiklos Vajna <vmiklos@suse.cz>2013-05-27 15:44:13 +0200
commitb571605129426a1bf8eb7c9e9927785f8a9a5305 (patch)
tree28721538330ce79eed2bf30e01ca2ea21303ad97 /openldap
parent92dc9cb50d2d7ebff6fb591d265589ef5f22dc1b (diff)
fix fdo#64872 infinite loop saving as doc
When loading from odt, table cells which are covered (due to merging of cells) are replaced with an empty cell by SwXMLTableContext::ReplaceWithEmptyCell. However if there is a sequence of cells covered from above then their replacements are accidentally inserted in reverse order, which produces this infinite loop problem when saving as doc. The reverse ordering in SwXMLTableContext::ReplaceWithEmptyCell was because the insert position came from SwXMLTableContext::GetPrevStartNode which was very careful to skip previous covered cells. However those cells have already been replaced with an empty cell so they should not be skipped. Change-Id: I6a022cd1490afa181dbc3e4b2d6ed4af3077b363 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'openldap')
0 files changed, 0 insertions, 0 deletions