From 8d2a5c16c7e487b407aced891da17e5c2486f2ff Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Wed, 30 Apr 2014 19:00:43 +0200 Subject: oox: Integrate Shape3DProperties and Scene3DPropertiesContext Code for these two classes was already present but it was commented out or left outside of the build system because it didn't even compile. I've brought it back and made it compile, but it has no use yet. The goal is using it to preserve 3D transformations. At scene3dcontext.cxx I removed the text chunks found in the middle of the source and corrected some mistakes; I also modified the conversion of "fov" attribute. At shape3dproperties.hxx I removed all the struct members because they seemed to have been copied&pasted from another file, and added only those members that made sense. Removed useless function definitions. Change-Id: I2c00ea638e1a4fb1a3820bc4c322488296d3e6d7 --- oox/Library_oox.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/Library_oox.mk') diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 791c2f0d543e..4df15bc223a4 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -153,6 +153,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\ oox/source/drawingml/linepropertiescontext \ oox/source/drawingml/lineproperties \ oox/source/drawingml/objectdefaultcontext \ + oox/source/drawingml/scene3dcontext \ oox/source/drawingml/shapecontext \ oox/source/drawingml/shape \ oox/source/drawingml/shape3dproperties \ -- cgit