diff options
Diffstat (limited to 'oox/source/export/shapes.cxx')
-rw-r--r-- | oox/source/export/shapes.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 4151c61798f2..25f4aa83a65b 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -621,12 +621,13 @@ constexpr frozen::set<std::u16string_view, 57> constDenySet( u"flowchart-display" }); -constexpr frozen::set<std::u16string_view, 4> constAllowSet( +constexpr frozen::set<std::u16string_view, 5> constAllowSet( { u"heart", u"puzzle", u"col-60da8460", - u"col-502ad400" + u"col-502ad400", + u"sinusoid" }); } // end anonymous namespace |