diff --git a/filter/source/flash/swfexporter.hxx b/filter/source/flash/swfexporter.hxx index 3c9cb7951821..67e5c1db3b2f 100644 --- a/filter/source/flash/swfexporter.hxx +++ b/filter/source/flash/swfexporter.hxx @@ -85,7 +85,7 @@ public: sal_Int32 mnBlueScreenColor; ShapeInfo() : - mnID(0), mnX(0), mnY(0), + mnID(0), mnX(0), mnY(0), mnWidth(0), mnHeight(0), meEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), meTextEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), meEffectSpeed( ::com::sun::star::presentation::AnimationSpeed_MEDIUM ),