@@ -938,9 +938,9 @@ private function readRecordDocumentContainer($stream, $pos)
938
938
939
939
$ drawingGroup = $ this ->loadRecordHeader ($ stream , $ pos );
940
940
if ($ drawingGroup ['recVer ' ] == 0xF && $ drawingGroup ['recInstance ' ] == 0x000 && $ drawingGroup ['recType ' ] == self ::RT_DRAWINGGROUP ) {
941
- // $drawing = $this->readRecordDrawingGroupContainer($stream, $pos);
941
+ $ drawing = $ this ->readRecordDrawingGroupContainer ($ stream , $ pos );
942
942
$ pos += 8 ;
943
- $ pos += $ drawingGroup [ ' recLen ' ];
943
+ $ pos += $ drawing [ ' length ' ];
944
944
}
945
945
946
946
$ masterList = $ this ->loadRecordHeader ($ stream , $ pos );
@@ -973,8 +973,8 @@ private function readRecordDocumentContainer($stream, $pos)
973
973
$ pos += 8 ;
974
974
do {
975
975
// SlideListWithTextSubContainerOrAtom
976
- $ rh = $ this ->loadRecordHeader ($ stream , $ pos );
977
- if ($ rh ['recVer ' ] == 0x0 && $ rh ['recInstance ' ] == 0x000 && $ rh ['recType ' ] == self ::RT_SLIDEPERSISTATOM && $ rh ['recLen ' ] == 0x00000014 ) {
976
+ $ rhSlideList = $ this ->loadRecordHeader ($ stream , $ pos );
977
+ if ($ rhSlideList ['recVer ' ] == 0x0 && $ rhSlideList ['recInstance ' ] == 0x000 && $ rhSlideList ['recType ' ] == self ::RT_SLIDEPERSISTATOM && $ rhSlideList ['recLen ' ] == 0x00000014 ) {
978
978
$ pos += 8 ;
979
979
$ slideList ['recLen ' ] -= 8 ;
980
980
// persistIdRef
@@ -3390,7 +3390,7 @@ private function readRecordNotesContainer($stream, $pos)
3390
3390
3391
3391
// drawing
3392
3392
$ drawing = $ this ->readRecordDrawingContainer ($ stream , $ pos );
3393
- // $pos += $drawing['length'];
3393
+ $ pos += $ drawing ['length ' ];
3394
3394
3395
3395
// slideSchemeColorSchemeAtom
3396
3396
// slideNameAtom
0 commit comments