[Libreoffice-commits] core.git: filter/source
Jacobo Aragunde Pérez
jaragunde at igalia.com
Fri Jan 24 09:18:16 PST 2014
filter/source/msfilter/util.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f3012fc05fa0eeae412d9e2bfca3d7e60914a8c
Author: Jacobo Aragunde Pérez <jaragunde at igalia.com>
Date: Fri Jan 24 17:39:00 2014 +0100
ooxml: Fix incorrectly named shape type in translation table
Change-Id: Iad49c54e29afb4a5fa0198d5300ca63dcb360874
diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx
index a2b121c..abd50ef 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 {
More information about the Libreoffice-commits
mailing list