diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-04-30 19:00:43 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-05-06 16:32:27 +0200 |
commit | 8d2a5c16c7e487b407aced891da17e5c2486f2ff (patch) | |
tree | e643c2073c2a073cded910039a611f47b4709390 /oox/Library_oox.mk | |
parent | 9bb6956197c5caaa150fc8ed52233741749a4060 (diff) |
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
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |