lotuswordpro/source/filter/lwplayout.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 929075ef07b0503a69355dda50c193100583aeaf
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sun Oct 20 20:46:10 2024 +0200
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Wed Oct 30 01:43:09 2024 +0100

    tdf#163486: PVS: Identical branches
    
    V1037 Two or more case-branches perform the same actions. Check lines: 876, 
881
    
    Change-Id: I03f7b39a9f1d2226bf85904ffa2c4165b84b0aba
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175264
    Reviewed-by: David Gilbert <freedesk...@treblig.org>
    Tested-by: Jenkins

diff --git a/lotuswordpro/source/filter/lwplayout.cxx 
b/lotuswordpro/source/filter/lwplayout.cxx
index a0230a62aba2..96b7f045dd57 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -872,10 +872,6 @@ enumXFTextDir LwpMiddleLayout::GetTextDirection()
             break;
         }
         case TEXT_ORIENT_RLBT: // not supported now
-        {
-            eTextDir = enumXFTextDirNone;
-            break;
-        }
         case TEXT_ORIENT_BTLR: // not supported now
         {
             eTextDir = enumXFTextDirNone;

Reply via email to