Revision 6e4d171...
Go back to digest for 22nd April 2012Bug Fixes in Office
C. Boemann committed changes in [calligra/tuneKoUnitAPI] libs/odf/KoXmlWriter.h:
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(workaround for a gcc bug? not sure)
REVIEW: 104677
File Changes
Modified 1 files
- libs/odf/KoXmlWriter.h
1 files changed in total