Kaydet (Commit) 5523ed4b authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#707757 Uninitialized scalar field

Change-Id: I3956259474b100d0d14d500f9528b04125e0d169
üst ffc7f286
......@@ -4166,6 +4166,10 @@ SvxBrushItem::SvxBrushItem( const CntWallpaperItem& rItem, sal_uInt16 _nWhich )
maStrLink = rItem.GetBitmapURL();
SetGraphicPos( WallpaperStyle2GraphicPos((WallpaperStyle)rItem.GetStyle() ) );
}
else
{
SetGraphicPos( GPOS_NONE );
}
}
void SvxBrushItem::ApplyGraphicTransparency_Impl()
......
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