summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@hemulen.(none)>2010-11-12 15:07:18 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-12 15:07:18 +0200
commitb4feaa937670e58b2a0a6209c0f76674af35dea4 (patch)
tree7aa6bdd53f99478e5d65f5edc2e3978b8f23cd81
parent8f416acd20a702f4dbb28f28b0e01b98d0e87925 (diff)
parent4b11adaf8ae282636c1a7f400485dca90c7f8f3a (diff)
Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 6564c7a04..921e58a83 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 ),