Kaydet (Commit) 604936e0 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop unreachable branch

Change-Id: I90ce9190b652956e3ddb248bf570cf829da3a387
üst 6819f9b8
......@@ -218,8 +218,6 @@ void SwBaseShell::EditRegionDialog(SfxRequest& rReq)
case FN_EDIT_REGION:
{
Window* pParentWin = &GetView().GetViewFrame()->GetWindow();
sal_Bool bStart = sal_True;
if(bStart)
{
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialogdiet fail!");
......@@ -233,8 +231,6 @@ void SwBaseShell::EditRegionDialog(SfxRequest& rReq)
pEditRegionDlg->Execute();
delete pEditRegionDlg;
}
else
InfoBox(pParentWin, SW_RES(REG_WRONG_PASSWORD)).Execute();
}
break;
}
......
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