summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-13 10:53:57 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-13 10:54:24 +0200
commit113adfe37326f132de2ab1c6220dfd95fec4c6ba (patch)
tree84268ef326945da506b1d0fbe69bcec80a28dfa4 /oox
parent8f45f78e8202a0313fcd0c21c50f3fc456f9c52c (diff)
tdf#92000 save rectangle to DrawingML as a preset shape
Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/shapes.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 5645cca330e6..f3f57c4e060a 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -313,6 +313,7 @@ static bool lcl_IsOnBlacklist(OUString& rShapeType)
static
#endif
const std::initializer_list<OUStringLiteral> vBlacklist = {
+ OUStringLiteral("rectangle"),
OUStringLiteral("ellipse"),
OUStringLiteral("ring"),
OUStringLiteral("can"),