This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 1dcccd7fd5e25cdbaad3634aa1c42acea4e1a93e
Author: mseidel <[email protected]>
AuthorDate: Sat Mar 8 08:08:50 2025 +0100

    Fix typos
---
 main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl 
b/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index df04b39d94..5dcdac1320 100644
--- a/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -98,7 +98,7 @@
                 To access contents of a office file (content like the 
meta.xml, styles.xml file or  graphics) a URL could be chosen.
         This could be even a JAR URL. The sourceBase of the content URL 
"jar:file:/C:/temp/Test.sxw!/content.xml" would be
         "jar:file:/C:/temp/Test.sxw!/" for example.
-                When working with OpenOffice API a Package-URL encoded over 
HTTP can be used to access the jared contents of the the jared document. -->
+                When working with OpenOffice API a Package-URL encoded over 
HTTP can be used to access the jared contents of the jared document. -->
        <xsl:param name="sourceBaseURL" select="'./'" />
 
        <!-- OPTIONAL: (MANDATORY: for session management by URL rewriting)
@@ -135,7 +135,7 @@
        <xsl:template match="/">
                <!-- debug output of parameter value set -->
                <xsl:if test="$debugEnabled">
-                       <xsl:call-template name="debug-check-paramter" />
+                       <xsl:call-template name="debug-check-parameter" />
                </xsl:if>
                <!-- gathers style properties and
                        returns them as globalData parameter to the 
'start-main' template            -->
@@ -164,7 +164,7 @@
 
        <!-- debug purpose only:
                 verbose checking of the parameters of this template-->
-       <xsl:template name="debug-check-paramter">
+       <xsl:template name="debug-check-parameter">
                <xsl:message>Parameter dpi: <xsl:value-of select="$dpi" 
/></xsl:message>
                <xsl:message>Parameter metaFileURL: <xsl:value-of 
select="$metaFileURL" /></xsl:message>
                <xsl:message>Parameter stylesFileURL: <xsl:value-of 
select="$stylesFileURL" /></xsl:message>

Reply via email to