Files
loongoffice/sw/qa/core
Miklos Vajna a1762795e7 abi#3241 fix crash on RTF import
The problem was that SwTxtFmtColl::IsAssignedToListLevelOfOutlineStyle()
returned true, because the style name started with "header". However,
there were no real assignment, so
SwTxtFmtColl::GetAssignedOutlineStyleLevel() returned -1 later, which
resulted in a (valid) assertion failure.

Fix this by handling -1 outline level as not assigned.

Change-Id: I522f75002cf064ce7bc4da949683ac4e5ff4ec72
2013-06-11 15:45:23 +02:00
..
2013-06-11 15:45:23 +02:00
2013-06-10 09:56:05 +00:00