You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/10/23 14:41:20 UTC

[openoffice] branch trunk updated: Revert: Use real test

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 215380a  Revert: Use real test
215380a is described below

commit 215380a478fabe608bf513989d5c82f86488d88b
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Oct 23 16:40:36 2020 +0200

    Revert: Use real test
---
 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>&gt;&gt; </xsl:text>
               <xsl:value-of select="$shift"/>
             </xsl:if>