diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-08 14:08:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-08 14:08:34 +0200 |
commit | f89475ce90f184e15e10508c1eace674a01a6740 (patch) | |
tree | ea16b0a22e143d30b6bcf9beafd58ee4dc7acc8b /linguistic | |
parent | 37a36671e0abfa0e1dfd2cfdd6470a3f2805b199 (diff) |
clang-analyzer-deadcode.DeadStores
...ever since its inception with 4c9ed88132bb472eb1b759c8e53874e79402c769
"INTEGRATION: CWS tl04: #118281# switch to Proximity linguistic"
Change-Id: Id1579bfc6dffa3685641c96b7a79489338e8dd22
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 24c3733f71fe..3083d5c028b8 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -190,10 +190,6 @@ bool PropertyChgHelper::propertyChange_Impl( const PropertyChangeEvent& rEvt ) bSCWA = bSWWA = true; break; } - default: - { - bRes = false; - } } if (pbVal) rEvt.NewValue >>= *pbVal; |