From b787ed773493b01f34e8dfb66f74da17147d82a3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Jun 2014 20:56:34 +0100 Subject: coverity#705317 Missing break in switch, assuming intentional Change-Id: I9bd2ffc1ebf22f6f5ea61a448b7c9e83e724fa4d --- sw/source/uibase/shells/basesh.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index e9aa004de4b1..0bd7d8f8e429 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1955,6 +1955,7 @@ void SwBaseShell::ExecTxtCtrl( SfxRequest& rReq ) nScripts = SvtLanguageOptions::GetScriptTypeOfLanguage( nInputLang ); } } + // fall-through case SID_ATTR_CHAR_POSTURE: case SID_ATTR_CHAR_WEIGHT: { -- cgit