sw/source/filter/html/css1atr.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 404d42e998e5641447ac5dbcb85fb2e33aacd447 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 1 16:03:59 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 1 22:26:52 2025 +0200 Fix typo Change-Id: Id0c5df51e6c8cfb0e2d2895f48393925d7b1fe1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184862 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index 0d67bb9de825..f864518534e1 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -1252,7 +1252,7 @@ static bool OutCSS1Rule( SwHTMLWriter& rWrt, const OUString& rSelector, { // If we are exporting styles for a tag we have to export a tag // rule for all properties that aren't style dependent and - // some class rule for the additional style dependen properties + // some class rule for the additional style dependent properties { SwCSS1OutMode aMode( rWrt, CSS1_OUTMODE_NO_SCRIPT|CSS1_OUTMODE_RULE|CSS1_OUTMODE_TEMPLATE, &rSelector ); @@ -1354,7 +1354,7 @@ static void OutCSS1DropCapRule( { // If we are exporting styles for a tag we have to export a tag // rule for all properties that aren't style dependent and - // some class rule for the additional style dependen properties + // some class rule for the additional style dependent properties { SwCSS1OutMode aMode( rWrt, CSS1_OUTMODE_NO_SCRIPT|CSS1_OUTMODE_RULE|CSS1_OUTMODE_DROPCAP, &rSelector );