Fixed missing {
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88965 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
e321a1666d
commit
2917b44fe3
|
@ -258,7 +258,7 @@ class PHPExcel_Chart_DataSeriesValues
|
||||||
}
|
}
|
||||||
|
|
||||||
public function refresh(PHPExcel_Worksheet $worksheet) {
|
public function refresh(PHPExcel_Worksheet $worksheet) {
|
||||||
if ($this->_dataSource !== NULL)
|
if ($this->_dataSource !== NULL) {
|
||||||
$calcEngine = PHPExcel_Calculation::getInstance();
|
$calcEngine = PHPExcel_Calculation::getInstance();
|
||||||
$this->_dataValues = PHPExcel_Calculation::_unwrapResult(
|
$this->_dataValues = PHPExcel_Calculation::_unwrapResult(
|
||||||
$calcEngine->_calculateFormulaValue(
|
$calcEngine->_calculateFormulaValue(
|
||||||
|
|
Loading…
Reference in New Issue