Remove PHPWord_Style_Cell::setHeight() since it's irrelevant and never used. Should be in PHPWord_Style_Row
This commit is contained in:
parent
26330807f7
commit
c364490955
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user