From 293cfcdfbc20d1d2b2b56e2283f84678a102186b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Apr 2012 10:07:51 +0100 Subject: valgrind: Conditional jump or move depends on uninitialised value --- oox/source/drawingml/customshapeproperties.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox') diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 90c002758377..42718973a037 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -56,6 +56,7 @@ CustomShapeProperties::CustomShapeProperties() : mnShapePresetType ( -1 ) , mbMirroredX ( sal_False ) , mbMirroredY ( sal_False ) +, mnTextRotateAngle ( 0 ) , mnArcNum ( 0 ) { } -- cgit