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

New commits:
commit 22fd015d640aa0261c65b70624b46cc202c66049
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 25 18:08:31 2018 +0200
Commit:     Jens Carl <j.car...@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.car...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to