sw/source/filter/html/wrthtml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cfa3a1c39ded1365d2cae78a15d5126e0c96a343 Author: Andrea Gelmini <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
