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

coverity#738874 Uninitialized scalar field

Change-Id: I3874c74141520269b43ee3562cc8511d36a31bbd
üst e7f887d3
......@@ -54,10 +54,9 @@ private:
// -----------------------------------------------------------------------
ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet )
: PopupMenu( ResId( RID_SVXMNU_ZOOM, DIALOG_MGR() ) ),
nZoom( nZ )
: PopupMenu(ResId(RID_SVXMNU_ZOOM, DIALOG_MGR()))
, nZoom(nZ)
, nCurId(0)
{
static const sal_uInt16 aTable[] =
{
......
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