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

CID#1027709 this fall-through doesn't make sense

though it appears harmless given the nSlot = 0

Change-Id: Ia8e6efa8c8ae3ef9d5320ac63bb548e69ad8cce1
üst 094f0065
...@@ -652,6 +652,7 @@ void SwTextShell::GetAttrState(SfxItemSet &rSet) ...@@ -652,6 +652,7 @@ void SwTextShell::GetAttrState(SfxItemSet &rSet)
rSet.InvalidateItem(nSlot); rSet.InvalidateItem(nSlot);
nSlot = 0; nSlot = 0;
} }
break;
case SID_ATTR_PARA_LEFT_TO_RIGHT : case SID_ATTR_PARA_LEFT_TO_RIGHT :
case SID_ATTR_PARA_RIGHT_TO_LEFT : case SID_ATTR_PARA_RIGHT_TO_LEFT :
......
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