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

coverity#705317 Missing break in switch, assuming intentional

Change-Id: I9bd2ffc1ebf22f6f5ea61a448b7c9e83e724fa4d
üst 94e2459c
...@@ -1955,6 +1955,7 @@ void SwBaseShell::ExecTxtCtrl( SfxRequest& rReq ) ...@@ -1955,6 +1955,7 @@ void SwBaseShell::ExecTxtCtrl( SfxRequest& rReq )
nScripts = SvtLanguageOptions::GetScriptTypeOfLanguage( nInputLang ); nScripts = SvtLanguageOptions::GetScriptTypeOfLanguage( nInputLang );
} }
} }
// fall-through
case SID_ATTR_CHAR_POSTURE: case SID_ATTR_CHAR_POSTURE:
case SID_ATTR_CHAR_WEIGHT: case SID_ATTR_CHAR_WEIGHT:
{ {
......
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