Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body
This commit is contained in:
parent
2b6380693d
commit
c9cb4d4286
|
@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator
|
|||
*
|
||||
* @throws PHPExcel_Exception
|
||||
*/
|
||||
abstract protected function adjustForExistingOnlyRange() {
|
||||
}
|
||||
abstract protected function adjustForExistingOnlyRange();
|
||||
|
||||
/**
|
||||
* Set the iterator to loop only existing cells
|
||||
|
|
|
@ -19,9 +19,13 @@
|
|||
*
|
||||
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||
* @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):
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue