summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-01-02 15:44:11 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-02 16:20:26 +0100
commit096ea63090b137ac52cb75bf4b53dcef31962d44 (patch)
tree6e708ea970b46f956dd044504d5361f334b32ea6 /filter
parentdad7fe7227fb80a32d3c2c777584dc9d74b9e929 (diff)
fdo#73215 filter: don't try to handle pictureFrame in GetOOXMLPresetGeometry()
"pictureFrame" is not a valid drawingML shape type, VML export used to write just "rect", by removing an explicit entry for ESCHER_ShpInst_PictureFrame we now do the same. Change-Id: I57683b7f5f80bfef8c3b6fb9ae9f33e4599a7eb2
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/util.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx
index bf5648d508cb..efe8cd14f71b 100644
--- a/filter/source/msfilter/util.cxx
+++ b/filter/source/msfilter/util.cxx
@@ -772,7 +772,6 @@ static const CustomShapeTypeTranslationTable pCustomShapeTypeTranslationTable[]
{ "bang", "irregularSeal2" },
{ "lightning", "lightningBolt" },
{ "heart", "heart" },
- { "mso-spt75", "pictureFrame" },
{ "quad-arrow", "quadArrow" },
{ "left-arrow-callout", "leftArrowCallout" },
{ "right-arrow-callout", "rightArrowCallout" },