summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/effectproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/effectproperties.cxx')
-rw-r--r--oox/source/drawingml/effectproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/effectproperties.cxx b/oox/source/drawingml/effectproperties.cxx
index d6c7de519991..8ef18a5d2965 100644
--- a/oox/source/drawingml/effectproperties.cxx
+++ b/oox/source/drawingml/effectproperties.cxx
@@ -88,7 +88,7 @@ css::beans::PropertyValue Effect::getEffect()
}
aRet.Name = msName;
- aRet.Value = css::uno::Any( aSeq );
+ aRet.Value <<= aSeq;
return aRet;
}