oox/source/export/drawingml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc9ebcbfd28b417189c94ad6d7492928e2cfd43e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 3 18:07:04 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 3 19:35:59 2022 +0100

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

diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 80d38e8dfc79..7c996be1d892 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -3352,7 +3352,7 @@ void DrawingML::WriteText(const Reference<XInterface>& 
rXIface, bool bBodyPr, bo
         if (nTop + nBottom >= nTextHeight)
         {
             // Effective bottom would be above effective top of text area. LO 
normalizes the
-            // effective text area in such case implicitely for rendering. MS 
needs indents so that
+            // effective text area in such case implicitly for rendering. MS 
needs indents so that
             // the result is the normalized effective text area.
             std::swap(nTop, nBottom);
             nTop = nTextHeight - nTop;

Reply via email to