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

Stephan Bergmann sbergman at redhat.com
Thu May 12 09:04:52 UTC 2016


 sw/source/core/layout/atrfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a966293cad1f5e6ad7798991dc4c8d1fdb83a5cd
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 12 11:04:24 2016 +0200

    Replace comment with SAL_FALLTHROUGH
    
    Change-Id: Iff490d06eaf73e0b55bfb7aa6c41b5fd3851ea44

diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 3375358..ce8efe5 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -3016,7 +3016,7 @@ void SwFlyFrameFormat::MakeFrames()
 
                 default:
                     assert(false && "Neuer Ankertyp" );
-                    //fall-through
+                    SAL_FALLTHROUGH;
                 case FLY_AS_CHAR:
                     pFly = new SwFlyInContentFrame( this, pFrame, pFrame );
                     break;


More information about the Libreoffice-commits mailing list