Kaydet (Commit) fdd391f5 authored tarafından Michael Stahl's avatar Michael Stahl

xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bug

Change-Id: I0f62101b7bc9de2281ade3eaaa0a38b16f4ccede
üst 0789a1f8
...@@ -1855,8 +1855,8 @@ bool SvXMLImport::needFixPositionAfterZ() const ...@@ -1855,8 +1855,8 @@ bool SvXMLImport::needFixPositionAfterZ() const
( ( ( nUPD == 641 ) || ( nUPD == 645 ) || ( nUPD == 680 ) || ( nUPD == 300 ) || ( ( ( nUPD == 641 ) || ( nUPD == 645 ) || ( nUPD == 680 ) || ( nUPD == 300 ) ||
( nUPD == 310 ) || ( nUPD == 320 ) || ( nUPD == 330 ) || ( nUPD == 340 ) || ( nUPD == 310 ) || ( nUPD == 320 ) || ( nUPD == 330 ) || ( nUPD == 340 ) ||
( nUPD == 350 && nBuildId < 202 ) ) ( nUPD == 350 && nBuildId < 202 ) )
|| ( getGeneratorVersion() >= SvXMLImport::AOO_40x // test if AOO 4.x || (getGeneratorVersion() == SvXMLImport::AOO_40x))) // test if AOO 4.0.x
&& getGeneratorVersion() < SvXMLImport::AOO_4x ) ) ) // apparently bug was fixed in AOO by i#123433 f15874d8f976f3874bdbcb53429eeefa65c28841
{ {
bWrongPositionAfterZ = true; bWrongPositionAfterZ = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment