From 9009dfb67bd0c6f184cb89c251618427a0b655ca Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Jun 2014 20:45:22 +0100 Subject: coverity#705214 Missing break in switch, assuming intentional Change-Id: I6c62c7fc18dc43504ff65cece55ba189bf59aa60 --- sc/source/ui/view/formatsh.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') 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: -- cgit