filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7481809d7dd9072d965e7fd281b5f2020c09b97
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 9 21:13:15 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jun 10 07:13:11 2023 +0200

    Fix typo
    
    Change-Id: I64f539d427a61877a0647b7b4e1a217c5d913cc3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152803
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 7b3c7e4d3b17..278b613c766c 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -2853,7 +2853,7 @@
     <xsl:template match="@text:style-name | @draw:style-name | 
@draw:text-style-name | @table:style-name | @presentation:style-name">
         <xsl:param name="globalData"/>
 
-        <!-- the probem there can be more than one style-name attribute! We 
need to write class once with all style-name attribute values -->
+        <!-- the problem there can be more than one style-name attribute! We 
need to write class once with all style-name attribute values -->
         <xsl:variable name="classAttributeValue">
             <xsl:if test="parent::*/@text:style-name != ''"> 
                 <xsl:call-template name="create-unique-style-id">

Reply via email to