sw/source/core/edit/autofmt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5233afeaefb995dfe6c2e4055cff4912585c49e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 13 13:01:29 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 13 13:29:09 2024 +0100

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

diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx
index d875b161fa67..df598d501a4e 100644
--- a/sw/source/core/edit/autofmt.cxx
+++ b/sw/source/core/edit/autofmt.cxx
@@ -2757,7 +2757,7 @@ SwAutoFormat::SwAutoFormat( SwEditShell* pEdShell, 
SvxSwAutoFormatFlags aFlags,
                         m_pCurTextFrame->GetTextNodeForParaProps()
                             ->GetSwAttrSet().GetItemIfSet(RES_MARGIN_TEXTLEFT, 
false));
 
-                    // Unit conversino is not needed here: check the sign only
+                    // Unit conversion is not needed here: check the sign only
                     double dIndentValue = 0.0;
                     if (pFirstLineIndent)
                         dIndentValue = 
pFirstLineIndent->GetTextFirstLineOffsetValue();

Reply via email to