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

coverity#704232 Logically dead code

these conditions are already handled in the switch above

Change-Id: I1a2bfe4cc536f2d1292fd39b86afc53ac5463308
üst 25b7ed03
...@@ -579,13 +579,6 @@ namespace frm ...@@ -579,13 +579,6 @@ namespace frm
{ {
bNeedParametrizedDispatcher = true; bNeedParametrizedDispatcher = true;
} }
else if ( ( _nSlotId == SID_ATTR_PARA_HANGPUNCTUATION )
|| ( _nSlotId == SID_ATTR_PARA_FORBIDDEN_RULES )
|| ( _nSlotId == SID_ATTR_PARA_SCRIPTSPACE )
)
{
bNeedParametrizedDispatcher = false;
}
else else
{ {
SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( NULL ); SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( NULL );
......
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