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

New commits:
commit f321d9519fc067977b003109373ad36a2fc4c97e
Author: Julien Nabet <serval2...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to