You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/10/21 16:45:16 UTC

[openoffice] branch AOO418 updated: canon way to test

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

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


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 3d95fef  canon way to test
3d95fef is described below

commit 3d95fef48be44b175a43122e2731b7b84a05c6a5
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Wed Oct 21 12:44:52 2020 -0400

    canon way to 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 e001029..77040f3 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 and $shift>0">
+            <xsl:if test="string-length($shift)>0">
               <xsl:text>&gt;&gt; </xsl:text>
               <xsl:value-of select="$shift"/>
             </xsl:if>