[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sc/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Sun Dec 21 21:09:42 PST 2014
sc/source/filter/xcl97/XclExpChangeTrack.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit ffb40fa1d7561d3847379488a61b340760924a64
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Mon Dec 22 05:00:24 2014 +0100
fix OOXML validation errors
Change-Id: Ieac082a3b312602eff5ec101529536d747fa3836
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index fe27e92..ae86948 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -1109,6 +1109,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 )
{
More information about the Libreoffice-commits
mailing list