diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 91c4817dc3..a852232605 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-10-28 15:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbxlsxml/xlsxml.prg + * Fixed: a last moment introduced element. + 2011-10-28 11:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbxlsxml + contrib/hbxlsxml/hbxlsxml.hbp diff --git a/harbour/contrib/hbxlsxml/xlsxml.prg b/harbour/contrib/hbxlsxml/xlsxml.prg index a1cc5491fc..f36e98c3b0 100644 --- a/harbour/contrib/hbxlsxml/xlsxml.prg +++ b/harbour/contrib/hbxlsxml/xlsxml.prg @@ -250,7 +250,7 @@ METHOD ExcelWriterXML:writeData( target ) LOCAL docCompany := '' IF target == NIL - ::cError := "Target filename missing!" ) + ::cError := "Target filename missing!" ::errors := .t. RETURN .t. ENDIF