diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-13 10:53:57 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 10:54:24 +0200 |
commit | 113adfe37326f132de2ab1c6220dfd95fec4c6ba (patch) | |
tree | 84268ef326945da506b1d0fbe69bcec80a28dfa4 /oox | |
parent | 8f45f78e8202a0313fcd0c21c50f3fc456f9c52c (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.cxx | 1 |
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"), |