sc/source/filter/xcl97/XclExpChangeTrack.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit ed73e365e20d0ec21caf8806e0caba8a1f8dc085 Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk> Date: Mon Dec 22 05:00:24 2014 +0100 fix OOXML validation errors Change-Id: Ieac082a3b312602eff5ec101529536d747fa3836 Reviewed-on: https://gerrit.libreoffice.org/13585 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx index 4cf119b..2989f20 100644 --- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx +++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx @@ -1073,6 +1073,12 @@ void XclExpChTrCellContent::SaveXml( XclExpXmlStream& rRevisionLogStrm ) if( pOldData ) { lcl_WriteCell( rRevisionLogStrm, XML_oc, aPosition, pOldData ); + if (!pNewData) + { + pStream->singleElement(XML_nc, + XML_r, XclXmlUtils::ToOString( aPosition ).getStr(), + FSEND); + } } if( pNewData ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits