[Libreoffice-commits] core.git: oox/source
Andras Timar
andras.timar at collabora.com
Sat Jun 13 01:55:05 PDT 2015
oox/source/export/shapes.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 113adfe37326f132de2ab1c6220dfd95fec4c6ba
Author: Andras Timar <andras.timar at collabora.com>
Date: Sat Jun 13 10:53:57 2015 +0200
tdf#92000 save rectangle to DrawingML as a preset shape
Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 5645cca..f3f57c4 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"),
More information about the Libreoffice-commits
mailing list