Kaydet (Commit) db9f44de authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707789 Uninitialized scalar field

Change-Id: I4eb999220ca4e0134c15214504bd7c6e6e143479
üst 48ca6aed
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
sal_Int32 mnBlueScreenColor; sal_Int32 mnBlueScreenColor;
ShapeInfo() : ShapeInfo() :
mnID(0), mnX(0), mnY(0), mnID(0), mnX(0), mnY(0), mnWidth(0), mnHeight(0),
meEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), meEffect( ::com::sun::star::presentation::AnimationEffect_NONE ),
meTextEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), meTextEffect( ::com::sun::star::presentation::AnimationEffect_NONE ),
meEffectSpeed( ::com::sun::star::presentation::AnimationSpeed_MEDIUM ), meEffectSpeed( ::com::sun::star::presentation::AnimationSpeed_MEDIUM ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment