From bf01bb6e80a999bf13f45cf22421b54ab6779bcc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Jun 2014 17:14:45 +0100 Subject: coverity#736056 Missing break in switch, assuming intentional Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62 --- sw/source/core/doc/docruby.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/core/doc/docruby.cxx b/sw/source/core/doc/docruby.cxx index 1a4994c7896b..1f7126910847 100644 --- a/sw/source/core/doc/docruby.cxx +++ b/sw/source/core/doc/docruby.cxx @@ -282,7 +282,7 @@ bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt case UnicodeType::OTHER_LETTER: bChkNxtWrd = true; - + //fall-through default: bIsAlphaNum = false; break; -- cgit