@@ -1215,13 +1215,13 @@ private function readRecordOfficeArtClientTextbox($stream, $pos)
1215
1215
case self ::RT_INTERACTIVEINFO :
1216
1216
//@link : http://msdn.microsoft.com/en-us/library/dd948623(v=office.12).aspx
1217
1217
if ($ rhChild ['recInstance ' ] == 0x0000 ) {
1218
- $ mouseClickInteractiveInfo = $ this ->readRecordMouseClickInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
1219
- $ arrayReturn ['length ' ] += $ mouseClickInteractiveInfo ['length ' ];
1220
- $ arrayReturn ['hyperlink ' ][]['id ' ] = $ mouseClickInteractiveInfo ['exHyperlinkIdRef ' ];
1218
+ $ mouseClickInfo = $ this ->readRecordMouseClickInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
1219
+ $ arrayReturn ['length ' ] += $ mouseClickInfo ['length ' ];
1220
+ $ arrayReturn ['hyperlink ' ][]['id ' ] = $ mouseClickInfo ['exHyperlinkIdRef ' ];
1221
1221
}
1222
1222
if ($ rhChild ['recInstance ' ] == 0x0001 ) {
1223
- $ mouseOverInteractiveInfo = $ this ->readRecordMouseOverInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
1224
- $ arrayReturn ['length ' ] += $ mouseOverInteractiveInfo ['length ' ];
1223
+ $ mouseOverInfo = $ this ->readRecordMouseOverInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
1224
+ $ arrayReturn ['length ' ] += $ mouseOverInfo ['length ' ];
1225
1225
}
1226
1226
break ;
1227
1227
case self ::RT_STYLETEXTPROPATOM :
@@ -2186,12 +2186,12 @@ private function readRecordOfficeArtClientData($stream, $pos)
2186
2186
$ arrayReturn ['length ' ] += $ dataAnimationInfo ['length ' ];
2187
2187
2188
2188
// mouseClickInteractiveInfo (variable)
2189
- $ mouseClickInteractiveInfo = $ this ->readRecordMouseClickInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
2190
- $ arrayReturn ['length ' ] += $ mouseClickInteractiveInfo ['length ' ];
2189
+ $ mouseClickInfo = $ this ->readRecordMouseClickInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
2190
+ $ arrayReturn ['length ' ] += $ mouseClickInfo ['length ' ];
2191
2191
2192
2192
// mouseOverInteractiveInfo (variable)
2193
- $ mouseOverInteractiveInfo = $ this ->readRecordMouseOverInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
2194
- $ arrayReturn ['length ' ] += $ mouseOverInteractiveInfo ['length ' ];
2193
+ $ mouseOverInfo = $ this ->readRecordMouseOverInteractiveInfoContainer ($ stream , $ pos + $ arrayReturn ['length ' ]);
2194
+ $ arrayReturn ['length ' ] += $ mouseOverInfo ['length ' ];
2195
2195
2196
2196
// placeholderAtom (16 bytes)
2197
2197
$ dataPlaceholderAtom = $ this ->readRecordPlaceholderAtom ($ stream , $ pos + $ arrayReturn ['length ' ]);
@@ -2576,7 +2576,7 @@ private function readRecordSlideContainer($stream, $pos)
2576
2576
$ pos += $ perSlideHFContainer ['length ' ];
2577
2577
2578
2578
// *** rtSlideSyncInfo12 (variable) : optional
2579
- $ rtSlideSyncInfo12 = $ this ->readRecordRoundTripSlideSyncInfo12Container ($ stream , $ pos );
2579
+ $ rtSlideSyncInfo12 = $ this ->readRecordRoundTripSlideSyncInfo12Container ($ stream , $ pos );
2580
2580
$ pos += $ rtSlideSyncInfo12 ['length ' ];
2581
2581
2582
2582
// *** drawing (variable)
0 commit comments