[Libreoffice-commits] core.git: oox/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 11 17:14:33 UTC 2021
oox/source/ppt/slidepersist.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8180bdc75c2bf3c1f813469eabd38db0612f1c91
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 11 09:26:45 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Feb 11 18:13:54 2021 +0100
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 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list