Bugfix: Work items 15905 and 18183

Allow "no impact" to formats on Conditional Formatting
This commit is contained in:
Mark Baker
2012-07-02 22:38:24 +01:00
parent 6710c8a136
commit b7acf2bbe4
13 changed files with 216 additions and 117 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class PHPExcel_Style_Conditional implements PHPExcel_IComparable
$this->_operatorType = PHPExcel_Style_Conditional::OPERATOR_NONE;
$this->_text = null;
$this->_condition = array();
$this->_style = new PHPExcel_Style();
$this->_style = new PHPExcel_Style(FALSE, TRUE);
}
/**