From 889b01696b7a3f55b5008a3cc58e3903d3d2779b Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Fri, 15 Nov 2013 15:17:38 +0530 Subject: [PATCH] fdo#71581: Use pictureFrame for images. Which would be a simple rect instead of the complicated shape. --- oox/source/export/preset-definitions-to-shape-types.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oox/source/export/preset-definitions-to-shape-types.pl b/oox/source/export/preset-definitions-to-shape-types.pl index 80536607bcb2..fc0b781db752 100644 --- a/oox/source/export/preset-definitions-to-shape-types.pl +++ b/oox/source/export/preset-definitions-to-shape-types.pl @@ -151,7 +151,7 @@ my %shapes_ids = ( 72 => 'irregularSeal2', 73 => 'lightningBolt', 74 => 'heart', - 75 => 'frame', # pictureFrame + 75 => 'pictureFrame', 76 => 'quadArrow', 77 => 'leftArrowCallout', 78 => 'rightArrowCallout',