summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-11 09:26:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-02-11 18:13:54 +0100
commit8180bdc75c2bf3c1f813469eabd38db0612f1c91 (patch)
treea095489d86f3cb3b57aa3315747ef8200417c402 /oox
parent3f9ebde73ae1e281ab2900593a02b241b7c56ea2 (diff)
Fix typo
Extending this: https://gerrit.libreoffice.org/c/core/+/110707 Change-Id: I4bfd3f85501d881810cfd4731e0ab84f404d1896 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110752 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/slidepersist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx
index dc18ec06e128..c6be45e71ce1 100644
--- a/oox/source/ppt/slidepersist.cxx
+++ b/oox/source/ppt/slidepersist.cxx
@@ -86,7 +86,7 @@ SlidePersist::~SlidePersist()
sal_Int16 SlidePersist::getLayoutFromValueToken() const
{
- sal_Int16 nLayout = 20; // 20 == blanc (so many magic numbers :-( the description at com.sun.star.presentation.DrawPage.Layout does not help)
+ sal_Int16 nLayout = 20; // 20 == blank (so many magic numbers :-( the description at com.sun.star.presentation.DrawPage.Layout does not help)
switch( mnLayoutValueToken )
{
case XML_blank: nLayout = 20; break;