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:
parent
11bed72b2a
commit
c6d42c265f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user