diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-06-12 22:08:55 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-06-23 21:09:41 +0200 |
commit | c9b9224018c5a6acc9b6790db0f321fb8913f8ff (patch) | |
tree | 6a10289765b12611484c782d7c732605deedccea /xmlhelp | |
parent | eccca2010bb452380cc16cee5e882ef002057a42 (diff) |
Remove support for the oldref attribute in l10ntools
Now that oldref and l10n attributes were removed from
helpcontent in commit eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66
we can as well drop support of these from l10ntools and xmlhelp
Change-Id: Ib6fe30e93f0d7e976bb675beee9395ab543af99c
Reviewed-on: https://gerrit.libreoffice.org/38715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/util/compact.xsl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/util/compact.xsl b/xmlhelp/util/compact.xsl index 3b557fb90700..9d61963ce1b4 100644 --- a/xmlhelp/util/compact.xsl +++ b/xmlhelp/util/compact.xsl @@ -41,8 +41,6 @@ <xsl:template match="image/@height"/> <xsl:template match="link/@name"/> <xsl:template match="paragraph/@id"/> - <xsl:template match="paragraph/@l10n"/> - <xsl:template match="paragraph/@oldref"/> <xsl:template match="table/@id"/> <xsl:template match="title/@id"/> <xsl:template match="topic/@id"/> |