summaryrefslogtreecommitdiff
path: root/oox/source/export
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-04-24 12:36:16 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2014-04-30 16:46:09 +0200
commit62f6bb72f00e30427e29b499c24432f5f980fa9f (patch)
tree6b019dcf96d4e11b2a922baa1bf139bd41c29d02 /oox/source/export
parent9b79e515e73b93601a7771ce6366c4312c07b25a (diff)
oox: syntax fix: wrong index
Change-Id: I8b76da14c75050f60b0af10cdadda821484db4f1
Diffstat (limited to 'oox/source/export')
-rw-r--r--oox/source/export/drawingml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 5cdc69c76f72..ece1fa28e778 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -2105,7 +2105,7 @@ void DrawingML::WriteShapeEffects( Reference< XPropertySet > rXPropSet )
FSNS( XML_a, XML_outerShdw ) :
FSNS( XML_a, XML_innerShdw );
uno::Sequence< beans::PropertyValue > aOuterShdwProps;
- aEffectProps[0].Value >>= aOuterShdwProps;
+ aEffectProps[i].Value >>= aOuterShdwProps;
for( sal_Int32 j=0; j < aOuterShdwProps.getLength(); ++j )
{
if( aOuterShdwProps[j].Name == "algn" )