sw/source/core/txtnode/fntcache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb8e276c3a9c808c4ac06df2fd542b4ea3703c8d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:37 2019 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
