summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index de3d6e961c21..fe0a01e92bb3 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -7560,6 +7560,9 @@
<xsl:with-param name="current-pos" select="string-length($temp)+$current-pos+3"/>
</xsl:call-template>
</xsl:when>
+ <xsl:when test="starts-with($current-style-data, '&amp;')">
+ <xsl:value-of select="$current-pos + 1"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="$current-pos"/>
</xsl:otherwise>