summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs/graphite_features.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 15:11:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 15:11:11 +0200
commitf37541c61406a315378143517b127c203db3def2 (patch)
tree532a1023382781dc1376810cbe113ef2a5244340 /vcl/source/glyphs/graphite_features.cxx
parentb401d47ebcc9b9df26ccafb74e065f972f752fcf (diff)
Harmless missing break in switch
mbErrors isn't read anywhere, anyway. Change-Id: Ieef912c046535c130b82d2d2e0536a1ec0446905
Diffstat (limited to 'vcl/source/glyphs/graphite_features.cxx')
-rw-r--r--vcl/source/glyphs/graphite_features.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/glyphs/graphite_features.cxx b/vcl/source/glyphs/graphite_features.cxx
index 932ec61194ae..b212fefe88de 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;