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

coverity#735483 Logically dead code

Change-Id: I4cb153338f1a00d9439dcfa9c43ee96235584e4a
üst 38d73f23
......@@ -224,17 +224,7 @@ void DrawDocShell::GetState(SfxItemSet &rSet)
break;
case SID_CLOSEDOC:
{
bool bDisabled = false;
if (bDisabled)
{
rSet.DisableItem(SID_CLOSEDOC);
}
else
{
GetSlotState(SID_CLOSEDOC, SfxObjectShell::GetInterface(), &rSet);
}
}
GetSlotState(SID_CLOSEDOC, SfxObjectShell::GetInterface(), &rSet);
break;
case SID_SEARCH_OPTIONS:
......
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