From 75f5eb2646834811f4984dc9c0d228ddc7dcdd27 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 26 Feb 2014 06:40:28 +0100 Subject: first step in improving the OOXML validation result Change-Id: Ie4b99e2791cd3575d6544bfca6c6b4e386ac04ea --- oox/source/export/shapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 18d6c362df5f..b62f8a35ec93 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -944,8 +944,8 @@ ShapeExport& ShapeExport::WriteTextShape( Reference< XShape > xShape ) WritePresetShape( "rect" ); uno::Reference xPropertySet(xShape, UNO_QUERY); WriteFill(xPropertySet); - WriteOutline(xPropertySet); WriteBlipFill(xPropertySet, "GraphicURL"); + WriteOutline(xPropertySet); pFS->endElementNS( mnXmlNamespace, XML_spPr ); WriteTextBox( xShape, mnXmlNamespace ); -- cgit