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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 06:11:10 UTC 2019


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

New commits:
commit bb8e276c3a9c808c4ac06df2fd542b4ea3703c8d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 20:22:37 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 5 07:09:53 2019 +0100

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

diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 871cce1a50ca..09b62124f7fa 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -1041,7 +1041,7 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
             // The exceptions are for punctuation characters that are not centered
             // so in these cases we just add half a regular "average" character width
             // to the first characters actual width to allow the next character to
-            // be centred automatically
+            // be centered automatically
             // If the character is "special right", then the offset is correct already
             // so the fix offset is as normal - half the average character width
 


More information about the Libreoffice-commits mailing list