remove newlines, fix whitespace errors and line endings
Change-Id: Ib6e5c7f8f4d751f9af04784422f4ee4841c1b682 Reviewed-on: https://gerrit.libreoffice.org/33019 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
92fc31dd78
commit
35f858be06
@@ -349,10 +349,9 @@
|
||||
<xsl:text>cm</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$borderWidthByCentimeter"/>
|
||||
<xsl:value-of select="borderWidthByCentimeter"/>
|
||||
<xsl:text>cm</xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
@@ -48,7 +48,6 @@
|
||||
exclude-result-prefixes="chart config dc dom dr3d draw fo form math meta number office ooo oooc ooow script style svg table text xforms xlink xsd xsi xforms xsd xsi"
|
||||
xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
|
||||
<!-- ************** -->
|
||||
<!-- *** header *** -->
|
||||
<!-- ************** -->
|
||||
@@ -73,7 +72,6 @@
|
||||
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- Creating a CSS style header from the collected styles of the 'globalData' parameter -->
|
||||
<xsl:template name='create-css-styleheader'>
|
||||
<xsl:param name="globalData" />
|
||||
@@ -199,8 +197,6 @@
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
||||
<xsl:template name="page-margin">
|
||||
<xsl:param name="globalData" />
|
||||
<xsl:param name="pageProperties" />
|
||||
@@ -230,7 +226,6 @@
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- *************************** -->
|
||||
<!-- *** Common XHTML header *** -->
|
||||
<!-- *************************** -->
|
||||
|
Reference in New Issue
Block a user