From e476b0a6bfc2134fb02cf36e8f6b8aeb3c6e2b3a Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Fri, 28 Oct 2011 22:05:33 +0000 Subject: [PATCH] 2011-10-28 15:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxlsxml/xlsxml.prg * Fixed: a last moment introduced element. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbxlsxml/xlsxml.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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