This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new f83c9fb Revert: Use real test
f83c9fb is described below
commit f83c9fbbaf49bba78fa5c2d548d740e4b22c76a3
Author: mseidel <[email protected]>
AuthorDate: Fri Oct 23 16:40:36 2020 +0200
Revert: Use real test
(cherry picked from commit 215380a478fabe608bf513989d5c82f86488d88b)
---
main/writerfilter/source/doctok/resources.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/writerfilter/source/doctok/resources.xsl
b/main/writerfilter/source/doctok/resources.xsl
index 77040f3..3afd3ea 100644
--- a/main/writerfilter/source/doctok/resources.xsl
+++ b/main/writerfilter/source/doctok/resources.xsl
@@ -576,7 +576,7 @@ class </xsl:text>
<xsl:value-of select="$mask"/>
</xsl:if>
<xsl:text>)</xsl:text>
- <xsl:if test="string-length($shift)>0">
+ <xsl:if test="$shift>0">
<xsl:text>>> </xsl:text>
<xsl:value-of select="$shift"/>
</xsl:if>