killmenow
This commit is contained in:
parent
3a08c2cb3e
commit
e31558771c
@ -122,7 +122,7 @@ class StyleRegistry extends \Box\Spout\Writer\Common\Manager\Style\StyleRegistry
|
|||||||
$this->styleIdToNumberFormatMappingTable[$styleId] = $registeredFormatId;
|
$this->styleIdToNumberFormatMappingTable[$styleId] = $registeredFormatId;
|
||||||
} else {
|
} else {
|
||||||
$this->registeredNumberFormats[$serializedFormat] = $styleId;
|
$this->registeredNumberFormats[$serializedFormat] = $styleId;
|
||||||
$this->styleIdToNumberFormatMappingTable[$styleId] = $this->fillIndex++;
|
$this->styleIdToNumberFormatMappingTable[$styleId] = count($this->registeredNumberFormats);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// The fillId maps a style to a fill declaration
|
// The fillId maps a style to a fill declaration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user