[Libreoffice-commits] core.git: sc/source
Katarina Behrens
Katarina.Behrens at cib.de
Fri Nov 6 01:32:37 PST 2015
sc/source/filter/excel/xestring.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0430450c3ea08765b1756f6cff8c6ef72a4b01cf
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Fri Nov 6 10:31:27 2015 +0100
Revert "Preserve whitespace also in formatted strings" for now
let's see if it will appease the validator
This reverts commit 825f8422bb2cce52bd3095a63de14b34b32ae37c.
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index 1a420b2..8c3bbd0 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -401,7 +401,7 @@ static sal_uInt16 lcl_WriteRun( XclExpXmlStream& rStrm, const ScfUInt16Vec& rBuf
rWorksheet->endElement( XML_rPr );
}
rWorksheet->startElement( XML_t,
- FSNS(XML_xml, XML_space), "preserve", FSEND );
+ FSEND );
rWorksheet->writeEscaped( XclXmlUtils::ToOUString( rBuffer, nStart, nLength ) );
rWorksheet->endElement( XML_t );
rWorksheet->endElement( XML_r );
More information about the Libreoffice-commits
mailing list