summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-12 11:04:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-12 11:04:24 +0200
commita966293cad1f5e6ad7798991dc4c8d1fdb83a5cd (patch)
tree6460a0ea3fd9ba87481f40b1ec1d77ccf14e9a67
parent8d711b2dfdd552e1210eb92091317da27fa7a1b8 (diff)
Replace comment with SAL_FALLTHROUGH
Change-Id: Iff490d06eaf73e0b55bfb7aa6c41b5fd3851ea44
-rw-r--r--sw/source/core/layout/atrfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 33753581c4bf..ce8efe57e781 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;