diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-02-26 06:40:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-26 07:37:27 +0100 |
commit | 75f5eb2646834811f4984dc9c0d228ddc7dcdd27 (patch) | |
tree | d42a48f237032a538a6e7715f050e4c3adae154c | |
parent | 79d03eb090a5f88863c1004ef8b7f483cbecb69d (diff) |
first step in improving the OOXML validation result
Change-Id: Ie4b99e2791cd3575d6544bfca6c6b4e386ac04ea
-rw-r--r-- | oox/source/export/shapes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<beans::XPropertySet> xPropertySet(xShape, UNO_QUERY); WriteFill(xPropertySet); - WriteOutline(xPropertySet); WriteBlipFill(xPropertySet, "GraphicURL"); + WriteOutline(xPropertySet); pFS->endElementNS( mnXmlNamespace, XML_spPr ); WriteTextBox( xShape, mnXmlNamespace ); |