Duplicated call of strtoupper
This commit is contained in:
parent
7cca8d2bae
commit
2166458de3
|
@ -1441,7 +1441,7 @@ class Worksheet implements IComparable
|
||||||
$this->parent->setActiveSheetIndex($this->parent->getIndex($this));
|
$this->parent->setActiveSheetIndex($this->parent->getIndex($this));
|
||||||
|
|
||||||
// set cell coordinate as active
|
// set cell coordinate as active
|
||||||
$this->setSelectedCells(strtoupper($pCellCoordinate));
|
$this->setSelectedCells($pCellCoordinate);
|
||||||
|
|
||||||
return $this->parent->getCellXfSupervisor();
|
return $this->parent->getCellXfSupervisor();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue