summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-25 18:08:31 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-25 20:50:25 +0200
commit22fd015d640aa0261c65b70624b46cc202c66049 (patch)
treea5526e660e0ce91a4c881f44409ee3bac2da713e /oox
parent8416f00bf1cb3ed080347e94842fb6e92c39ba4f (diff)
Fix typo
Change-Id: I77f793b789952d12ca07e9d218396090bb3cd427 Reviewed-on: https://gerrit.libreoffice.org/57993 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/timenodelistcontext.cxx2
1 files changed, 1 insertions, 1 deletions
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);