diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 20:56:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 21:14:21 +0100 |
commit | b787ed773493b01f34e8dfb66f74da17147d82a3 (patch) | |
tree | c2259b78b9c107d5507c19f1f3714c7930f9741a | |
parent | 94e2459cd89320cc55119fbd3ce1651ccd376c3e (diff) |
coverity#705317 Missing break in switch, assuming intentional
Change-Id: I9bd2ffc1ebf22f6f5ea61a448b7c9e83e724fa4d
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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: { |