[Libreoffice-commits] core.git: sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Aug 21 20:34:19 UTC 2017


 sw/source/filter/html/wrthtml.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cfa3a1c39ded1365d2cae78a15d5126e0c96a343
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Aug 21 22:05:24 2017 +0200

    Fix typo in code
    
    Change-Id: I1a26ab5e9c029c533b87c67499d6aebf871011e7
    Reviewed-on: https://gerrit.libreoffice.org/41371
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index a081cd1a8d7b..e42b877eee10 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -236,7 +236,7 @@ struct SwHTMLFormatInfo
     {}
 
     // ctor for creating of the format information
-    SwHTMLFormatInfo( const SwFormat *pFormat, SwDoc *pDoc, SwDoc *pTemlate,
+    SwHTMLFormatInfo( const SwFormat *pFormat, SwDoc *pDoc, SwDoc *pTemplate,
                    bool bOutStyles, LanguageType eDfltLang=LANGUAGE_DONTKNOW,
                    sal_uInt16 nScript=CSS1_OUTMODE_ANY_SCRIPT );
     ~SwHTMLFormatInfo();


More information about the Libreoffice-commits mailing list