From 9a06b8a6fcd6ec766f4a9257952f634f63bd8b7c Mon Sep 17 00:00:00 2001 From: Andreas Heiberg Date: Sat, 11 May 2013 00:14:19 +0200 Subject: [PATCH] Removed duplicate declaration of getStyle() --- Classes/PHPExcel/Cell.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Classes/PHPExcel/Cell.php b/Classes/PHPExcel/Cell.php index e6e180eb..9b20b91c 100644 --- a/Classes/PHPExcel/Cell.php +++ b/Classes/PHPExcel/Cell.php @@ -912,17 +912,6 @@ class PHPExcel_Cell self::$_valueBinder = $binder; } - /** - * Get style for cell - * - * @return PHPExcel_Style - * @throws PHPExcel_Exception - */ - public function getStyle() - { - return $this->getWorksheet()->getParent()->getCellXfByIndex($this->getXfIndex()); - } - /** * Implement PHP __clone to create a deep clone, not just a shallow copy. */