coverity#738852 Uninitialized scalar field
Change-Id: I03519a9ff6d3bde489e005ebc3affdce02eab8e4
This commit is contained in:
@@ -1990,11 +1990,12 @@ void SmViewShell::GetState(SfxItemSet &rSet)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *):
|
SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *)
|
||||||
SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT),
|
: SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT)
|
||||||
pImpl( new SmViewShell_Impl ),
|
, pImpl(new SmViewShell_Impl)
|
||||||
aGraphic(this),
|
, aGraphic(this)
|
||||||
aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings())
|
, aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings())
|
||||||
|
, bPasteState(false)
|
||||||
, bInsertIntoEditWindow(false)
|
, bInsertIntoEditWindow(false)
|
||||||
{
|
{
|
||||||
SAL_INFO( "starmath", "SmViewShell::SmViewShell" );
|
SAL_INFO( "starmath", "SmViewShell::SmViewShell" );
|
||||||
|
Reference in New Issue
Block a user