Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body

This commit is contained in:
MarkBaker 2015-05-01 08:06:07 +01:00
parent 2b6380693d
commit c9cb4d4286
2 changed files with 6 additions and 3 deletions

View File

@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator
* *
* @throws PHPExcel_Exception * @throws PHPExcel_Exception
*/ */
abstract protected function adjustForExistingOnlyRange() { abstract protected function adjustForExistingOnlyRange();
}
/** /**
* Set the iterator to loop only existing cells * Set the iterator to loop only existing cells

View File

@ -19,9 +19,13 @@
* *
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) * @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
* @version 1.8.1, 2015-04-30 * @version ##VERSION##, ##DATE##
************************************************************************************** **************************************************************************************
Planned for 1.8.2
2015-04-30 (v1.8.1): 2015-04-30 (v1.8.1):
- Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula - Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
- Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing - Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing