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

New commits:
commit f37541c61406a315378143517b127c203db3def2
Author: Stephan Bergmann <sberg...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to