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 74a8d4b7a51fc6f507ab89777484673aeb09bdfd
Author: mseidel <[email protected]>
AuthorDate: Sat Mar 8 08:02:35 2025 +0100

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

diff --git a/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl 
b/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index 2652e32116..2e566b5260 100644
--- a/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/main/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -95,14 +95,14 @@
        <xsl:param name="targetURL" select="'./'" />
 
        <!-- OPTIONAL: (MANDATORY: for input document with relative internal 
links)
-                To access contents of a office file (content like the 
meta.xml, styles.xml file or  graphics) a URL could be choosen.
+                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. -->
        <xsl:param name="sourceBaseURL" select="'./'" />
 
        <!-- OPTIONAL: (MANDATORY: for session management by URL rewriting)
-                Useful for WebApplications: if a HTTP session is not cookie 
based, URL rewriting is beeing used (the session is appended to the URL).
+                Useful for WebApplications: if a HTTP session is not cookie 
based, URL rewriting is being used (the session is appended to the URL).
                 This URL session is used for example when links to graphics 
are created by XSLT. Otherwise the user havt to log again in for every graphic 
he liks to see. -->
        <xsl:param name="optionalURLSuffix" />
 

Reply via email to