reportdesign/source/core/misc/reportformula.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 004f785a7d1ed168cc5589922101ad98c3251607
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Nov 13 11:46:27 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Nov 13 13:31:43 2024 +0100

    tdf#163486: PVS: variable was assigned the same value
    
    V1048   The 'm_eType' variable was assigned the same value.
    
    Change-Id: I03caa56da47c80774008e12120661722522300b5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176528
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/reportdesign/source/core/misc/reportformula.cxx 
b/reportdesign/source/core/misc/reportformula.cxx
index cd6ae4df5db2..5b90647374ad 100644
--- a/reportdesign/source/core/misc/reportformula.cxx
+++ b/reportdesign/source/core/misc/reportformula.cxx
@@ -61,8 +61,6 @@ namespace rptui
                 return;
             }
         }
-
-        m_eType = Invalid;
     }
 
 

Reply via email to