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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jul 25 18:50:53 UTC 2018


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

New commits:
commit 22fd015d640aa0261c65b70624b46cc202c66049
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 25 18:08:31 2018 +0200
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Jul 25 20:50:25 2018 +0200

    Fix typo
    
    Change-Id: I77f793b789952d12ca07e9d218396090bb3cd427
    Reviewed-on: https://gerrit.libreoffice.org/57993
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx
index 3268ba2c15df..7518d5599fda 100644
--- a/oox/source/ppt/timenodelistcontext.cxx
+++ b/oox/source/ppt/timenodelistcontext.cxx
@@ -690,7 +690,7 @@ namespace oox { namespace ppt {
                 {
                     // CT_TLPoint
                     css::awt::Point aPoint = GetPointPercent(rAttribs.getFastAttributeList());
-                    // We got ending values instead of offset values, so substract 100% from them.
+                    // We got ending values instead of offset values, so subtract 100% from them.
                     aPoint.X -= 100000;
                     aPoint.Y -= 100000;
                     maBy = convertPointPercent(aPoint);


More information about the Libreoffice-commits mailing list