forms/source/component/FormComponent.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit eb37b2eb143815f17afbea6dfc344927f7b96e92
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sun Oct 20 20:53:30 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Oct 21 09:36:07 2024 +0200

    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 <xiscofa...@libreoffice.org>
    Tested-by: Jenkins

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;

Reply via email to