summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-11-15 15:17:38 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-11-15 15:27:09 +0530
commit889b01696b7a3f55b5008a3cc58e3903d3d2779b (patch)
tree0e7a92a4ea1fc7f9be2cb370cb1485139b1023e1 /oox
parentb3a10e1e62285e80c7e425c4e293f02fc242f161 (diff)
fdo#71581: Use pictureFrame for images.
Which would be a simple rect instead of the complicated shape.
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/preset-definitions-to-shape-types.pl2
1 files changed, 1 insertions, 1 deletions
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',