coverity#707743 : Uninitialized scalar field
Change-Id: I80661c2b88b7c10175e4622db7e843699d6c1686
This commit is contained in:
@@ -40,8 +40,9 @@ OQueryDesignFieldUndoAct::~OQueryDesignFieldUndoAct()
|
|||||||
}
|
}
|
||||||
|
|
||||||
OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID)
|
OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID)
|
||||||
:OQueryDesignUndoAction(pOwner, nCommentID)
|
: OQueryDesignUndoAction(pOwner, nCommentID)
|
||||||
,m_pTabWin(NULL)
|
, m_pTabWin(NULL)
|
||||||
|
, m_bOwnerOfObjects(sal_False)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user