This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new 25586f9519 Fix typo (negtive -> negative)
25586f9519 is described below
commit 25586f95196bba48283cd8fda7ab838eb462bfe1
Author: mseidel <[email protected]>
AuthorDate: Tue May 20 18:28:32 2025 +0200
Fix typo (negtive -> negative)
---
main/filter/source/xslt/export/uof2/odf2uof.xsl | 2 +-
main/filter/source/xslt/import/uof2/uof2odf.xsl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/filter/source/xslt/export/uof2/odf2uof.xsl
b/main/filter/source/xslt/export/uof2/odf2uof.xsl
index 72e2dfb4d3..b860be7569 100644
--- a/main/filter/source/xslt/export/uof2/odf2uof.xsl
+++ b/main/filter/source/xslt/export/uof2/odf2uof.xsl
@@ -11877,7 +11877,7 @@
<!--@chart:error-upper- @chart:error-lower- 缺省值为false-->
<xsl:when
test="@chart:error-upper-indicator='true' and
@chart:error-lower-indicator='true'">both</xsl:when>
<xsl:when
test="@chart:error-upper-indicator='true'">positive</xsl:when>
- <xsl:when
test="@chart:error-lower-indicator='true'">negtive</xsl:when>
+ <xsl:when
test="@chart:error-lower-indicator='true'">negative</xsl:when>
<xsl:otherwise>none</xsl:otherwise>
</xsl:choose>
</xsl:variable>
diff --git a/main/filter/source/xslt/import/uof2/uof2odf.xsl
b/main/filter/source/xslt/import/uof2/uof2odf.xsl
index 76722569ba..c776b58900 100644
--- a/main/filter/source/xslt/import/uof2/uof2odf.xsl
+++ b/main/filter/source/xslt/import/uof2/uof2odf.xsl
@@ -13393,7 +13393,7 @@
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
<xsl:when test="@显示方式_E75C='positive'">
<xsl:attribute
name="chart:error-upper-indicator" select="'true'"/>
</xsl:when>
- <xsl:when test="@显示方式_E75C='negtive'">
+ <xsl:when test="@显示方式_E75C='negative'">
<xsl:attribute
name="chart:error-lower-indicator" select="'true'"/>
</xsl:when>
<xsl:when test="@显示方式_E75C='both'">