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

coverity#705214 Missing break in switch, assuming intentional

Change-Id: I6c62c7fc18dc43504ff65cece55ba189bf59aa60
üst 1fee4253
...@@ -421,6 +421,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) ...@@ -421,6 +421,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq )
} }
} }
} }
//fall-through
case SID_STYLE_EDIT: case SID_STYLE_EDIT:
case SID_STYLE_DELETE: case SID_STYLE_DELETE:
case SID_STYLE_HIDE: case SID_STYLE_HIDE:
......
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