oox/source/ppt/slidepersist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8180bdc75c2bf3c1f813469eabd38db0612f1c91 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Feb 11 09:26:45 2021 +0100 Commit: Julien Nabet <serval2...@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 <serval2...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits