diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-13 11:43:30 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 11:55:22 +0200 |
commit | 98a1065499edfe595f479e4fab41c0183fc5d5d2 (patch) | |
tree | 9b19c65ba37e9ecf80a32c8e5a95e249f10e96b5 /oox/source | |
parent | 6f1eb0b8ef674eab193498d569c6534c393258f5 (diff) |
amend comment
Change-Id: I45a452a7dbab35ab96c04336b35857f58a0af0c5
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/export/shapes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index f3f57c4e060a..7db7c5858673 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -494,7 +494,7 @@ ShapeExport& ShapeExport::WriteCustomShape( Reference< XShape > xShape ) // we export non-primitive shapes to custom geometry // we also export non-ooxml shapes which have handles/equations to custom geometry, because // we cannot convert ODF equations to DrawingML equations. TODO: see what binary DOC export filter does. - // but our WritePolyPolygon() function is incomplete, therefore we use a blacklist + // but our WritePolyPolygon()/WriteCustomGeometry() functions are incomplete, therefore we use a blacklist // we use a whitelist for shapes where mapping to MSO preset shape is not optimal bool bCustGeom = true; if( sShapeType == "ooxml-non-primitive" ) |