summaryrefslogtreecommitdiffstats
path: root/include/filter
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-05-12 10:10:57 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-05-13 08:45:09 +0200
commit47c81498c63ae71a351f43ec2f073ba92d99fc1d (patch)
tree3d2d4d3372a47e483ccc03535b636ab8e49932f6 /include/filter
parentaInfo should be used (diff)
downloadcore-47c81498c63ae71a351f43ec2f073ba92d99fc1d.tar.gz
core-47c81498c63ae71a351f43ec2f073ba92d99fc1d.zip
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 <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx2
1 files changed, 1 insertions, 1 deletions
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)