[ooo-build-commit] .: patches/dev300

Katarina Machalkova bubli at kemper.freedesktop.org
Mon May 10 04:01:53 PDT 2010


 patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 267cbead9e763dbae3b5a1743f4e56d9388086e8
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date:   Mon May 10 13:01:23 2010 +0200

    '\n'  too much :(
    
    * patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff:

diff --git a/patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff b/patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff
index 3f9a6a2..074a80b 100644
--- a/patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff
+++ b/patches/dev300/xlsx-shared-xlsx-arabic-export-crash.diff
@@ -5,8 +5,7 @@
      rWorksheet->startElement( XML_f,
              // OOXTODO: XML_t,      ST_CellFormulaType
 -            XML_aca,    XclXmlUtils::ToPsz( mxTokArr->IsVolatile() || (mxAddRec.is() && mxAddRec->IsVolatile()) ),
-+            XML_aca,    XclXmlUtils::ToPsz( (mxTokArr.is() && mxTokArr->IsVolatile()) || (mxAddRec.is() && mxAddRec->IsVolati
-le()) ),
++            XML_aca,    XclXmlUtils::ToPsz( (mxTokArr.is() && mxTokArr->IsVolatile()) || (mxAddRec.is() && mxAddRec->IsVolatile()) ),
              // OOXTODO: XML_ref,    ST_Ref
              // OOXTODO: XML_dt2D,   bool
              // OOXTODO: XML_dtr,    bool


More information about the ooo-build-commit mailing list