include/filter/msfilter/svdfppt.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47c81498c63ae71a351f43ec2f073ba92d99fc1d
Author:     Samuel Mehrbrodt <[email protected]>
AuthorDate: Tue May 12 10:10:57 2020 +0200
Commit:     Samuel Mehrbrodt <[email protected]>
CommitDate: Wed May 13 08:45:09 2020 +0200

    Increase max ppt levels to 10
    
    ppt files created with PowerPoint 2013 have that many levels
    
    Change-Id: I51fd84c6462b7c8d77417c958469804eb10a0a8d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94054
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <[email protected]>

diff --git a/include/filter/msfilter/svdfppt.hxx 
b/include/filter/msfilter/svdfppt.hxx
index f507669e58ca..999f3155df9f 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -172,7 +172,7 @@ enum class TSS_Type : unsigned {
     Unknown        = 0xffffffff // or invalid
 };
 
-const int nMaxPPTLevels = 5;
+const int nMaxPPTLevels = 10;
 
 // Object IDs for StarDraw UserData
 #define PPT_OBJECTINFO_ID       (1)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to