summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-30 22:08:08 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-05-01 14:54:22 +0200
commit63f4befb10aa56ae4da05de922a5e351ea7c3513 (patch)
treef6fcea20781b2296bb92e37a92a8a091b2b7e8e9 /help3xsl
parent3b48a6feb0728a07fba8213ee39f39bb835812f3 (diff)
Remove extra line break in icontables
Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e Reviewed-on: https://gerrit.libreoffice.org/53690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index eeac0cfbe4..1f18a49639 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -803,7 +803,7 @@
<!-- TABLEROW -->
<xsl:template match="tablerow"><tr><xsl:apply-templates /></tr></xsl:template>
<xsl:template match="tablerow" mode="onecell"><xsl:apply-templates mode="onecell"/></xsl:template>
-<xsl:template match="tablerow" mode="icontable"><div class="icontable"><xsl:apply-templates mode="icontable"/></div><br/></xsl:template>
+<xsl:template match="tablerow" mode="icontable"><div class="icontable"><xsl:apply-templates mode="icontable"/></div></xsl:template>
<xsl:template match="tablerow" mode="embedded"><tr><xsl:apply-templates mode="embedded"/></tr></xsl:template>
<!-- TITLE -->
ation'>feature/vcl-opengl-integration LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18remove if-block that has no effectMichael Weghorn
2014-12-11coverity#703967 Unchecked return valueCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-22callcatcher: update unused codeCaolán McNamara
2014-10-16Remove more unused idl partsStephan Bergmann
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-06-26idl: ignore -isystem argsStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-28Fix memory leakStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-26coverity#1209405 Unchecked dynamic_castCaolán McNamara
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-09coverity#1209786 Dereference before null checkCaolán McNamara
2014-05-09coverity#1209793 Dereference before null checkCaolán McNamara
2014-05-08translate to EnglishCaolán McNamara
2014-05-08idl: sal_Bool->boolNoel Grandin