ooxml: Fix incorrectly named shape type in translation table

Change-Id: Iad49c54e29afb4a5fa0198d5300ca63dcb360874
This commit is contained in:
Jacobo Aragunde Pérez
2014-01-24 17:39:00 +01:00
parent 8663493e53
commit 4f3012fc05

View File

@@ -1085,7 +1085,7 @@ static const CustomShapeTypeTranslationTable pCustomShapeTypeTranslationTable[]
{ "ooxml-cloudCallout", "cloudCallout" },
{ "ooxml-callout1", "callout1" },
{ "ooxml-ribbon", "ribbon" },
{ "ooxml-rect", "rectangle" },
{ "ooxml-rect", "rect" },
};
static struct {