Remove PHPWord_Style_Cell::setHeight() since it's irrelevant and never used. Should be in PHPWord_Style_Row

This commit is contained in:
Ivan Lanin 2014-03-09 21:57:27 +07:00
parent 26330807f7
commit c364490955
1 changed files with 0 additions and 5 deletions

View File

@ -198,11 +198,6 @@ class PHPWord_Style_Cell
$this->_bgColor = $pValue; $this->_bgColor = $pValue;
} }
public function setHeight($pValue = null)
{
$this->_height = $pValue;
}
public function setBorderSize($pValue = null) public function setBorderSize($pValue = null)
{ {
$this->_borderTopSize = $pValue; $this->_borderTopSize = $pValue;