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 18:17:08 UTC

[openoffice] branch AOO418 updated: restore

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 881812a  restore
881812a is described below

commit 881812aec75e0ebec6152ca3487ee7f6e2c35ecc
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Wed Oct 21 14:16:55 2020 -0400

    restore
---
 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..e001029 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="string-length($shift)>0 and $shift>0">
               <xsl:text>&gt;&gt; </xsl:text>
               <xsl:value-of select="$shift"/>
             </xsl:if>