File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/PhpPowerpoint/Writer/PowerPoint2007 Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,16 @@ public function writeContentTypes(PHPPowerPoint $pPHPPowerPoint = null)
68
68
// Presentation
69
69
$ this ->writeOverrideContentType ($ objWriter , '/ppt/presentation.xml ' , 'application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml ' );
70
70
71
+ // PptProps
72
+ $ this ->writeOverrideContentType ($ objWriter , '/ppt/presProps.xml ' , 'application/vnd.openxmlformats-officedocument.presentationml.presProps+xml ' );
73
+ $ this ->writeOverrideContentType ($ objWriter , '/ppt/tableStyles.xml ' , 'application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml ' );
74
+ $ this ->writeOverrideContentType ($ objWriter , '/ppt/viewProps.xml ' , 'application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml ' );
75
+
71
76
// DocProps
72
77
$ this ->writeOverrideContentType ($ objWriter , '/docProps/app.xml ' , 'application/vnd.openxmlformats-officedocument.extended-properties+xml ' );
73
-
74
78
$ this ->writeOverrideContentType ($ objWriter , '/docProps/core.xml ' , 'application/vnd.openxmlformats-package.core-properties+xml ' );
75
-
79
+
80
+
76
81
// Slide masters
77
82
$ masterSlides = $ parentWriter ->getLayoutPack ()->getMasterSlides ();
78
83
foreach ($ masterSlides as $ masterSlide ) {
You can’t perform that action at this time.
0 commit comments