summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shapepropertiescontext.cxx
diff options
context:
space:
mode:
authorEilidh McAdam <eilidh@lanedo.com>2012-09-26 12:22:17 +0100
committerNoel Power <noel.power@suse.com>2012-09-26 19:32:15 +0000
commitf0efecfb69b336e064e7c8dd2597655eff07944f (patch)
tree1b8902ba6d3e063dd6d3b78c0ddc45810f1e6bec /oox/source/drawingml/shapepropertiescontext.cxx
parent0cd97e8c33c49a6c44d26ba309493dbfec00eb8d (diff)
Import shadow effect properties for shapes in docx.
Change-Id: I0cfd6b45be268d688b7389c79c5e9ad7f48eb12d Reviewed-on: https://gerrit.libreoffice.org/702 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'oox/source/drawingml/shapepropertiescontext.cxx')
-rw-r--r--oox/source/drawingml/shapepropertiescontext.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/drawingml/shapepropertiescontext.cxx b/oox/source/drawingml/shapepropertiescontext.cxx
index 437b177883f1..24416c7bdbb7 100644
--- a/oox/source/drawingml/shapepropertiescontext.cxx
+++ b/oox/source/drawingml/shapepropertiescontext.cxx
@@ -30,6 +30,7 @@
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
#include "oox/drawingml/transform2dcontext.hxx"
#include "oox/drawingml/customshapegeometry.hxx"
+#include "oox/drawingml/effectpropertiescontext.hxx"
using rtl::OUString;
using namespace oox::core;
@@ -102,6 +103,7 @@ Reference< XFastContextHandler > ShapePropertiesContext::createFastChildContext(
// todo not supported by core
case A_TOKEN( effectLst ): // CT_EffectList
case A_TOKEN( effectDag ): // CT_EffectContainer
+ xRet.set( new EffectPropertiesContext( *this, mrShape.getEffectProperties() ) );
break;
// todo