[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/filters/libmsooxml
From:       Lassi Taneli Nieminen <lassniem () gmail ! com>
Date:       2010-11-25 15:10:09
Message-ID: 20101125151009.98EA7AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1200718 by lassin:

Fixed ooxml drawingML missing return back to body.


 M  +11 -0     MsooXmlCommonReaderDrawingMLImpl.h  


--- trunk/koffice/filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h #1200717:1200718
@@ -5107,6 +5107,17 @@
         m_prevListLevel = 0;
     }
 
+    body = listBuf.originalWriter();
+    if (m_contentType != "line") {
+        body->startElement("draw:text-box"); // CASE #P436
+    }
+
+    body = listBuf.releaseWriter();
+
+    if (m_contentType != "line") {
+        body->endElement(); // draw:text-box
+    }
+
     READ_EPILOGUE
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic