From b55259eeb549482477c57d854f3de72aff345edb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 20 Dec 2013 11:25:37 +0100 Subject: typo fixes Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9 --- oox/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox/README') diff --git a/oox/README b/oox/README index a25307930259..31cb9de38d59 100644 --- a/oox/README +++ b/oox/README @@ -129,14 +129,14 @@ needed. Radek backported code for the new commands to 3-6 and 4-0 branches. the drawingml also contains new presets (compared to binary/VML) and -so we now have code with these presets - they are basicallly +so we now have code with these presets - they are basically predefined custom shapes. we generate them using scripts in oox/source/drawingml/customshapes/ and the output are oox/source/drawingml/customshapepresets[123456].cxx source files containing the definition for the preset shapes. this mean that we import presets from OOXML files perfectly. one area to look at might be check how handles on the imported custom shapes (and presets) -wotk. +work. the source code generation happens in these steps: -- cgit