[Libreoffice-commits] core.git: vcl/source

Julien Nabet serval2412 at yahoo.fr
Thu Jun 13 12:24:30 PDT 2013


 vcl/source/gdi/gdimetafiletools.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f321d9519fc067977b003109373ad36a2fc4c97e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Jun 13 21:23:50 2013 +0200

    cppcheck: fix return statement followed by break
    
    Change-Id: I10d23062bd5231487db5e7837477743198c83a20

diff --git a/vcl/source/gdi/gdimetafiletools.cxx b/vcl/source/gdi/gdimetafiletools.cxx
index ec2c947..74d370a 100644
--- a/vcl/source/gdi/gdimetafiletools.cxx
+++ b/vcl/source/gdi/gdimetafiletools.cxx
@@ -1083,7 +1083,6 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource)
             case META_MOVECLIPREGION_ACTION :
             {
                 return true;
-                break;
             }
 
             default: break;


More information about the Libreoffice-commits mailing list