[Libreoffice-commits] core.git: linguistic/source
Stephan Bergmann
sbergman at redhat.com
Tue Sep 8 05:10:25 PDT 2015
linguistic/source/lngprophelp.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit f89475ce90f184e15e10508c1eace674a01a6740
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 8 14:08:34 2015 +0200
clang-analyzer-deadcode.DeadStores
...ever since its inception with 4c9ed88132bb472eb1b759c8e53874e79402c769
"INTEGRATION: CWS tl04: #118281# switch to Proximity linguistic"
Change-Id: Id1579bfc6dffa3685641c96b7a79489338e8dd22
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx
index 24c3733..3083d5c 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;
More information about the Libreoffice-commits
mailing list