vcl/source/gdi/pdfwriter_impl2.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit b76f63fbd329e0f3897339c7f975cd7e83598659
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Tue Oct 22 20:54:06 2024 +0200
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Sun Oct 27 18:36:53 2024 +0100

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

diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx 
b/vcl/source/gdi/pdfwriter_impl2.cxx
index 12c98cc72937..a2ef1f30f4a3 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -1055,11 +1055,6 @@ void PDFWriterImpl::playMetafile( const GDIMetaFile& 
i_rMtf, vcl::PDFExtOutDevDa
                 break;
 
                 case MetaActionType::RASTEROP:
-                {
-                    // !!! >>> we don't want to support this actions
-                }
-                break;
-
                 case MetaActionType::REFPOINT:
                 {
                     // !!! >>> we don't want to support this actions

Reply via email to