summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-01-24 17:39:00 +0100
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2014-01-24 18:17:41 +0100
commit4f3012fc05fa0eeae412d9e2bfca3d7e60914a8c (patch)
tree85bfe1568ef86cc8cbb8ed618c5795d4f39d6e9c /filter
parent8663493e53bf5f9aa068c1e59e11908a94c5ea08 (diff)
ooxml: Fix incorrectly named shape type in translation table
Change-Id: Iad49c54e29afb4a5fa0198d5300ca63dcb360874
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/util.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx
index a2b121c85227..abd50efed0dc 100644
--- a/filter/source/msfilter/util.cxx
+++ b/filter/source/msfilter/util.cxx
@@ -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 {