diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-05-12 10:10:57 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-05-13 08:45:09 +0200 |
commit | 47c81498c63ae71a351f43ec2f073ba92d99fc1d (patch) | |
tree | 3d2d4d3372a47e483ccc03535b636ab8e49932f6 | |
parent | ae7560781cc8c73e48716b27cbd5f7adaabdfb25 (diff) |
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>
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 2 |
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) |