sw/source/filter/ww8/ww8par6.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit f3a302043b2392cf7dcdd5dfe6e418c8e12a6eda
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri Nov 22 12:33:23 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Fri Nov 22 16:54:18 2024 +0100

    PVS: V1048 The 'bRet' variable was assigned the same value
    
    Change-Id: Idbd94e0eb49819f737a90bcb161cd3dd88f24221
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177014
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index d405e293658b..2a229d831a25 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1549,14 +1549,12 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, 
const short *pSizeArray,
     if (bRet)
     {
         rShadow.SetColor(COL_BLACK);
-    //i120718
+        //i120718
         short nVal = aRightBrc.DetermineBorderProperties();
-    //End
         if (nVal < 0x10)
             nVal = 0x10;
         rShadow.SetWidth(nVal);
         rShadow.SetLocation(SvxShadowLocation::BottomRight);
-        bRet = true;
     }
     return bRet;
 }

Reply via email to