ooxml: Fix incorrectly named shape type in translation table
Change-Id: Iad49c54e29afb4a5fa0198d5300ca63dcb360874
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user