oox/source/export/drawingml.cxx: -Werror=maybe-uninitialized

Change-Id: I44f1bbc9798312cea93c2cd7fadb0c3b7f26a9b7
Reviewed-on: https://gerrit.libreoffice.org/14640
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Robert Antoni Buj Gelonch 2015-02-25 23:24:10 +01:00 committed by Stephan Bergmann
parent 11bed72b2a
commit c6d42c265f

View File

@ -2511,7 +2511,7 @@ void DrawingML::WriteShapeEffects( Reference< XPropertySet > rXPropSet )
Sequence< PropertyValue > aShadowGrabBag( 3 );
Sequence< PropertyValue > aShadowAttribsGrabBag( 2 );
double dX, dY;
double dX = +0.0, dY = +0.0;
rXPropSet->getPropertyValue( "ShadowXDistance" ) >>= dX;
rXPropSet->getPropertyValue( "ShadowYDistance" ) >>= dY;