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

coverity#738860 Uninitialized scalar field

Change-Id: I968c9f10d426b90e6883e7a0ff1387187d97dcd2
üst 2b2a3ed3
...@@ -586,7 +586,8 @@ OUString SvtDocInfoTable_Impl::GetString( long nId ) const ...@@ -586,7 +586,8 @@ OUString SvtDocInfoTable_Impl::GetString( long nId ) const
// class SvtFrameWindow_Impl --------------------------------------------- // class SvtFrameWindow_Impl ---------------------------------------------
SvtFrameWindow_Impl::SvtFrameWindow_Impl( Window* pParent ) SvtFrameWindow_Impl::SvtFrameWindow_Impl( Window* pParent )
: Window( pParent ) : Window(pParent)
, bDocInfo(false)
{ {
// create windows and frame // create windows and frame
pEditWin = new ODocumentInfoPreview( this ,WB_LEFT | WB_VSCROLL | WB_READONLY | WB_BORDER | WB_3DLOOK); pEditWin = new ODocumentInfoPreview( this ,WB_LEFT | WB_VSCROLL | WB_READONLY | WB_BORDER | WB_3DLOOK);
......
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