summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-19 10:07:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-19 17:31:32 +0100
commit293cfcdfbc20d1d2b2b56e2283f84678a102186b (patch)
tree5888e3523505d1cca44c696175b503890593d08f /oox
parentwe're more interested in getting emf/wmf samples than pdf (diff)
downloadcore-293cfcdfbc20d1d2b2b56e2283f84678a102186b.tar.gz
core-293cfcdfbc20d1d2b2b56e2283f84678a102186b.zip
valgrind: Conditional jump or move depends on uninitialised value
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/customshapeproperties.cxx1
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 )
{
}