summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-09-26 00:25:50 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-09-26 00:26:49 +0200
commitf1fcf02847a84dd35ce27cfe8f956b40cfd94cf0 (patch)
tree159648ff857648a28722bb1b85d48d83886833b0
parentSupport opcodes 101 through 111 in SUBTOTAL. (diff)
downloadcore-f1fcf02847a84dd35ce27cfe8f956b40cfd94cf0.tar.gz
core-f1fcf02847a84dd35ce27cfe8f956b40cfd94cf0.zip
Adapt intro comment on xhtml output to read LibreOffice.
Change-Id: Ieaf778df5f75a129c5384b79e0e7ad4193351535
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index 3d2cd7881bed..61c56eda5c76 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -154,7 +154,7 @@
<xsl:param name="globalData" />
<xsl:element name="html">
- <xsl:comment>This file was converted to xhtml by OpenOffice.org - see http://xml.openoffice.org/odf2xhtml for more info.</xsl:comment>
+ <xsl:comment>This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.</xsl:comment>
<xsl:call-template name='create-header'>
<xsl:with-param name="globalData" select="$globalData" />
</xsl:call-template>