summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 20:45:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-05 21:14:20 +0100
commit9009dfb67bd0c6f184cb89c251618427a0b655ca (patch)
tree864c275800f480cd49281f5a93a7cf217e5c777b /sc/source/ui/view
parent1fee42536acaa76f14c2bd1bbb363d0ef6489b5c (diff)
coverity#705214 Missing break in switch, assuming intentional
Change-Id: I6c62c7fc18dc43504ff65cece55ba189bf59aa60
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/formatsh.cxx1
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: