diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 16:57:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 17:17:52 +0100 |
commit | 5aaf20ef674c36ab634b1d3ee71141c97d0f804e (patch) | |
tree | 7c2d095401ab747073a0f5baeba0bef52bf943c9 /oox/source/drawingml/shape.cxx | |
parent | 5a887bd50e99b8e274dd11e20b6fcb9f89a80570 (diff) |
coverity#1210175 Uninitialized scalar field
Change-Id: Id2c8432aba3268f7ffbe26c13e81025f2e047865
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index d85ab4fd6f0f..fd5cb40ea5c5 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -104,6 +104,7 @@ Shape::Shape( const sal_Char* pServiceName, bool bDefaultHeight ) , mbHiddenMasterShape( false ) , mbLockedCanvas( false ) , mbWps( false ) +, mbHasLinkedTxbx( false ) , maDiagramDoms( 0 ) { if ( pServiceName ) |