diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-10-20 20:53:30 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-21 09:36:07 +0200 |
commit | eb37b2eb143815f17afbea6dfc344927f7b96e92 (patch) | |
tree | ac2bdd7182865a599117ad4bb91b549809eb6033 /forms/source | |
parent | 8c935c6ac1fb0b64cc35e6f610590f3a0e595a88 (diff) |
tdf#163486: PVS: Identical branches
V1037 Two or more case-branches perform the same actions. Check lines: 865, 868
Change-Id: Icc108072231fd37a73f0a35eac15bb1960e50202
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175266
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 1bedf96fb41a..0c32492954b0 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -862,8 +862,6 @@ Any OControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const aReturn <<= true; break; case PROPERTY_ID_STANDARD_THEME: - aReturn <<= false; - break; case PROPERTY_ID_GENERATEVBAEVENTS: aReturn <<= false; break; |