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-08-06 12:22:36 +0200
commit2a248ad2aa9c562b183b8ace3ad606b48cb9634f (patch)
tree3441cd990f1d46702384c3e70ac998127682a258 /oox
parentb6301f892d3c93744041ae6957f2e8467cf44062 (diff)
tdf#92000 save rectangle to DrawingML as a preset shape
Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb (cherry picked from commit 113adfe37326f132de2ab1c6220dfd95fec4c6ba)
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 425be8cf7f39..387cd6816045 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -292,6 +292,7 @@ static bool lcl_IsOnBlacklist(OUString& rShapeType)
static
#endif
const std::initializer_list<OUStringLiteral> vBlacklist = {
+ OUStringLiteral("rectangle"),
OUStringLiteral("ellipse"),
OUStringLiteral("ring"),
OUStringLiteral("can"),