Files
loongoffice/sw/qa/core/data
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

Files with the string 'CVE' in their name are encrypted to avoid
problems with virus checkers on source code download.; use:

mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests

to get access to the plain files for manual testing.