diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-19 10:07:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-19 17:31:32 +0100 |
commit | 293cfcdfbc20d1d2b2b56e2283f84678a102186b (patch) | |
tree | 5888e3523505d1cca44c696175b503890593d08f /oox | |
parent | 6066637320d38700f0ac05f090494d424942932c (diff) |
valgrind: Conditional jump or move depends on uninitialised value
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/customshapeproperties.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) { } |