[Libreoffice-commits] .: sd/source
Radek DoulÃk
rodo at kemper.freedesktop.org
Tue May 24 08:31:09 PDT 2011
sd/source/filter/eppt/pptx-epptooxml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d8b13b8b1a12a5174e3207d9d35f8b04ee5c17da
Author: Radek Doulik <rodo at novell.com>
Date: Tue May 24 17:30:16 2011 +0200
update for changes in drawingML export
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 24e5b4d..26f8974 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -1709,7 +1709,7 @@ ShapeExport& PowerPointShapeExport::WritePlaceholderShape( Reference< XShape > x
WriteBlipFill( xProps, S( "GraphicURL" ) );
mpFS->endElementNS( XML_p, XML_spPr );
- WriteTextBox( xShape );
+ WriteTextBox( xShape, XML_p );
END_SHAPE;
More information about the Libreoffice-commits
mailing list