File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/PhpPresentation/Writer
tests/PhpPresentation/Tests/_includes Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,7 @@ public function save($pFilename)
117
117
118
118
ksort ($ arrayFiles );
119
119
120
- foreach ($ arrayFiles as $ basename => $ o ) {
121
- echo "\n" .dirname (__FILE__ ).DIRECTORY_SEPARATOR .'ODPresentation ' ."/ " .$ basename ."\n" ;
120
+ foreach ($ arrayFiles as $ o ) {
122
121
$ oService = $ o ->newInstance ();
123
122
$ oService ->setZip ($ oZip );
124
123
$ oService ->setPresentation ($ oPresentation );
Original file line number Diff line number Diff line change @@ -73,12 +73,6 @@ public function getFileDom($file = 'word/document.xml')
73
73
return $ this ->dom ;
74
74
}
75
75
76
- if (strpos ($ file , 'Object ' ) !== false ) {
77
- foreach (glob ($ this ->path ."/* " ) as $ filename ) {
78
- echo "\n" .$ this ->path ."/ " .$ filename ."\n" ;
79
- }
80
- }
81
-
82
76
$ this ->xpath = null ;
83
77
$ this ->file = $ file ;
84
78
You can’t perform that action at this time.
0 commit comments