sc/source/filter/excel/xestring.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0430450c3ea08765b1756f6cff8c6ef72a4b01cf
Author: Katarina Behrens <katarina.behr...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to