summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-15 16:21:41 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-15 16:34:29 +0200
commitfdd391f54e63f5aa4021c5e4156bd29d183b316a (patch)
tree53bc52c6602730aef98bc7ec82c6bfcb17d296c2
parent0789a1f8d62c2d9859f41473459252e706426c3a (diff)
xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bug
Change-Id: I0f62101b7bc9de2281ade3eaaa0a38b16f4ccede
-rw-r--r--xmloff/source/draw/ximpshap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index e2caee5586b6..e5eb4a60078a 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1855,8 +1855,8 @@ bool SvXMLImport::needFixPositionAfterZ() const
( ( ( nUPD == 641 ) || ( nUPD == 645 ) || ( nUPD == 680 ) || ( nUPD == 300 ) ||
( nUPD == 310 ) || ( nUPD == 320 ) || ( nUPD == 330 ) || ( nUPD == 340 ) ||
( nUPD == 350 && nBuildId < 202 ) )
- || ( getGeneratorVersion() >= SvXMLImport::AOO_40x // test if AOO 4.x
- && getGeneratorVersion() < SvXMLImport::AOO_4x ) ) )
+ || (getGeneratorVersion() == SvXMLImport::AOO_40x))) // test if AOO 4.0.x
+ // apparently bug was fixed in AOO by i#123433 f15874d8f976f3874bdbcb53429eeefa65c28841
{
bWrongPositionAfterZ = true;
}