diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 7b5e042d8810..b2cb21b6b6ef 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1990,11 +1990,12 @@ void SmViewShell::GetState(SfxItemSet &rSet) } -SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): - SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT), - pImpl( new SmViewShell_Impl ), - aGraphic(this), - aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()) +SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *) + : SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT) + , pImpl(new SmViewShell_Impl) + , aGraphic(this) + , aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()) + , bPasteState(false) , bInsertIntoEditWindow(false) { SAL_INFO( "starmath", "SmViewShell::SmViewShell" );