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:
Gian Domenico Ceccarini
2017-01-13 08:50:06 +01:00
committed by Julien Nabet
parent 92fc31dd78
commit 35f858be06
2 changed files with 337 additions and 343 deletions

View File

@@ -349,10 +349,9 @@
<xsl:text>cm</xsl:text> <xsl:text>cm</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="$borderWidthByCentimeter"/> <xsl:value-of select="borderWidthByCentimeter"/>
<xsl:text>cm</xsl:text> <xsl:text>cm</xsl:text>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>

View File

@@ -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" 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"> xmlns="http://www.w3.org/1999/xhtml">
<!-- ************** --> <!-- ************** -->
<!-- *** header *** --> <!-- *** header *** -->
<!-- ************** --> <!-- ************** -->
@@ -73,7 +72,6 @@
</xsl:template> </xsl:template>
<!-- Creating a CSS style header from the collected styles of the 'globalData' parameter --> <!-- Creating a CSS style header from the collected styles of the 'globalData' parameter -->
<xsl:template name='create-css-styleheader'> <xsl:template name='create-css-styleheader'>
<xsl:param name="globalData" /> <xsl:param name="globalData" />
@@ -199,8 +197,6 @@
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>
<xsl:template name="page-margin"> <xsl:template name="page-margin">
<xsl:param name="globalData" /> <xsl:param name="globalData" />
<xsl:param name="pageProperties" /> <xsl:param name="pageProperties" />
@@ -230,7 +226,6 @@
</xsl:if> </xsl:if>
</xsl:template> </xsl:template>
<!-- *************************** --> <!-- *************************** -->
<!-- *** Common XHTML header *** --> <!-- *** Common XHTML header *** -->
<!-- *************************** --> <!-- *************************** -->