diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-09-21 16:00:40 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-11-09 08:14:38 +0100 |
commit | db3078bd8c8e3ce3a99fc3987bb6e93b609990c1 (patch) | |
tree | ade902e5f81d719894b5072f6db6ac241b60fc50 /officecfg/util/schema_trim.xsl | |
parent | 560cb9c53e7c6d6b8164cdd92e897d3c99b850d2 (diff) |
tdf#157431 Show description for expert config items
Change-Id: I7d0257c2e06ed384f90ca3b51a6d2549044f2cf3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157148
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg/util/schema_trim.xsl')
-rw-r--r-- | officecfg/util/schema_trim.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/util/schema_trim.xsl b/officecfg/util/schema_trim.xsl index 41c25990719d..0e0f06fba75d 100644 --- a/officecfg/util/schema_trim.xsl +++ b/officecfg/util/schema_trim.xsl @@ -54,7 +54,7 @@ <xsl:template match = "label[../deprecated]"/> <!-- copy all other documentation with content --> - <xsl:template match="desc|label"> + <xsl:template match="info|desc|label"> <xsl:copy> <xsl:apply-templates select="@*"/> <xsl:value-of select="."/> |