diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 20:45:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 21:14:20 +0100 |
commit | 9009dfb67bd0c6f184cb89c251618427a0b655ca (patch) | |
tree | 864c275800f480cd49281f5a93a7cf217e5c777b /sc/source/ui | |
parent | 1fee42536acaa76f14c2bd1bbb363d0ef6489b5c (diff) |
coverity#705214 Missing break in switch, assuming intentional
Change-Id: I6c62c7fc18dc43504ff65cece55ba189bf59aa60
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 045ddf066650..a0817d8bc512 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -421,6 +421,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) } } } + //fall-through case SID_STYLE_EDIT: case SID_STYLE_DELETE: case SID_STYLE_HIDE: |