Kaydet (Commit) 113adfe3 authored tarafından Andras Timar's avatar Andras Timar

tdf#92000 save rectangle to DrawingML as a preset shape

Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb
üst 8f45f78e
...@@ -313,6 +313,7 @@ static bool lcl_IsOnBlacklist(OUString& rShapeType) ...@@ -313,6 +313,7 @@ static bool lcl_IsOnBlacklist(OUString& rShapeType)
static static
#endif #endif
const std::initializer_list<OUStringLiteral> vBlacklist = { const std::initializer_list<OUStringLiteral> vBlacklist = {
OUStringLiteral("rectangle"),
OUStringLiteral("ellipse"), OUStringLiteral("ellipse"),
OUStringLiteral("ring"), OUStringLiteral("ring"),
OUStringLiteral("can"), OUStringLiteral("can"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment