Code Duplication    Length = 4-4 lines in 2 locations

app/Vendor/PHPExcel/PHPExcel/Reader/Excel5.php 2 locations

@@ 1266-1269 (lines=4) @@
1263
					$value = rtrim($value);
1264
					break;
1265
1266
				case 0x40: // Filetime (64-bit value representing the number of 100-nanosecond intervals since January 1, 1601)
1267
					// PHP-time
1268
					$value = PHPExcel_Shared_OLE::OLE2LocalDate(substr($this->_summaryInformation, $secOffset + 4 + $offset, 8));
1269
					break;
1270
1271
				case 0x47: // Clipboard format
1272
					// not needed yet, fix later if necessary
@@ 1437-1440 (lines=4) @@
1434
					$value = rtrim($value);
1435
					break;
1436
1437
				case 0x40:	//	Filetime (64-bit value representing the number of 100-nanosecond intervals since January 1, 1601)
1438
					// PHP-Time
1439
					$value = PHPExcel_Shared_OLE::OLE2LocalDate(substr($this->_documentSummaryInformation, $secOffset + 4 + $offset, 8));
1440
					break;
1441
1442
				case 0x47:	//	Clipboard format
1443
					// not needed yet, fix later if necessary