[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Tue May 10 13:12:17 UTC 2016


 vcl/source/glyphs/graphite_features.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f37541c61406a315378143517b127c203db3def2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 10 15:11:11 2016 +0200

    Harmless missing break in switch
    
    mbErrors isn't read anywhere, anyway.
    
    Change-Id: Ieef912c046535c130b82d2d2e0536a1ec0446905

diff --git a/vcl/source/glyphs/graphite_features.cxx b/vcl/source/glyphs/graphite_features.cxx
index 932ec61..b212fef 100644
--- a/vcl/source/glyphs/graphite_features.cxx
+++ b/vcl/source/glyphs/graphite_features.cxx
@@ -266,6 +266,7 @@ short GrFeatureParser::getIntValue(const OString & id, size_t offset, size_t len
                 mbErrors = true;
                 break;
             }
+            break;
         default:
             mbErrors = true;
             break;


More information about the Libreoffice-commits mailing list