[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 2 commits - sc/source

Tor Lillqvist tml at kemper.freedesktop.org
Sat Nov 13 02:23:10 PST 2010


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

New commits:
commit b4feaa937670e58b2a0a6209c0f76674af35dea4
Merge: 8f416ac... 4b11ada...
Author: Tor Lillqvist <tml at hemulen.(none)>
Date:   Fri Nov 12 15:07:18 2010 +0200

    Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3

commit 4b11adaf8ae282636c1a7f400485dca90c7f8f3a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun Nov 7 23:14:30 2010 +0200

    Fix compilation error

diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 6564c7a..921e58a 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -1031,7 +1031,7 @@ void XclObjAny::SaveXml( XclExpXmlStream& rStrm )
 
     sax_fastparser::FSHelperPtr pDrawing = rStrm.GetCurrentStream();
 
-    ShapeExport aDML( XML_xdr, pDrawing, &rStrm, DrawingML::DOCUMENT_XLSX );
+    ShapeExport aDML( XML_xdr, pDrawing, NULL, &rStrm, DrawingML::DOCUMENT_XLSX );
 
     pDrawing->startElement( FSNS( XML_xdr, XML_twoCellAnchor ), // OOXTODO: oneCellAnchor, absoluteAnchor
             XML_editAs, GetEditAs( *this ),


More information about the Libreoffice-commits mailing list