diff options
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 4 |
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; } |