oox/source/export/shapes.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e2503e4e6449f0d4e379a428ff027d81a94b82de
Author: Andras Timar <[email protected]>
Date:   Sat Jun 13 10:53:57 2015 +0200

    tdf#92000 save rectangle to DrawingML as a preset shape
    
    Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb
    (cherry picked from commit 113adfe37326f132de2ab1c6220dfd95fec4c6ba)

diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 425be8c..387cd68 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"),
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to