This commit is contained in:
Christian Paminger
2007-07-31 09:02:29 +00:00
parent a892fb31d2
commit e4fec1d3d6
13 changed files with 61 additions and 83 deletions
+5 -2
View File
@@ -1228,9 +1228,12 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
*/
function _XF(&$format)
{
if ($format != 0) {
if ($format != 0)
{
return($format->getXfIndex());
} else {
}
else
{
return(0x0F);
}
}