From 98a1065499edfe595f479e4fab41c0183fc5d5d2 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 13 Jun 2015 11:43:30 +0200 Subject: amend comment Change-Id: I45a452a7dbab35ab96c04336b35857f58a0af0c5 --- oox/source/export/shapes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source') 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" ) -- cgit