-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104677/
-----------------------------------------------------------

Review request for Calligra.


Description
-------

With gcc 4.7 installed we where not able to save a odt file because the xml 
file that was generated was missing the '>' for a tag. Example
 <manifest:file-entry manifest:media-type="" 
manifest:full-path="Thumbnails/thumbnail.png"
 </manifest:file-entry>

The missing close tag was because while doing a stack.pop the hasChildren (a 
bitfield) of Tag was not populated correctly. This patch fixes this problem.


This addresses bug 298134.
    http://bugs.kde.org/show_bug.cgi?id=298134


Diffs
-----

  libs/odf/KoXmlWriter.h 684871c 

Diff: http://git.reviewboard.kde.org/r/104677/diff/


Testing
-------


Thanks,

Gopalakrishna Bhat

_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to