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)
|
||||
:OQueryDesignUndoAction(pOwner, nCommentID)
|
||||
,m_pTabWin(NULL)
|
||||
: OQueryDesignUndoAction(pOwner, nCommentID)
|
||||
, m_pTabWin(NULL)
|
||||
, m_bOwnerOfObjects(sal_False)
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -35,7 +35,7 @@ namespace dbaui
|
||||
protected:
|
||||
::std::vector<OTableConnection*> m_vTableConnection;
|
||||
OQueryTableWindow* m_pTabWin;
|
||||
sal_Bool m_bOwnerOfObjects;
|
||||
sal_Bool m_bOwnerOfObjects;
|
||||
// am I the only owner of the managed objects? (changes with every redo or undo)
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user