diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-01-18 23:22:17 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-18 14:45:41 +0000 |
commit | 2aff4de262617f7556bec4c56f4e46ddf2a2321f (patch) | |
tree | 3c3e6cf600558493a1982aefc2736381298f7532 /sd/source | |
parent | d2c46a9589519eef2efaf94b8f7aebb88a571766 (diff) |
mark fall-through
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/func/fusnapln.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx index d544ec396..2bc2b0118 100644 --- a/sd/source/ui/func/fusnapln.cxx +++ b/sd/source/ui/func/fusnapln.cxx @@ -174,6 +174,7 @@ void FuSnapLine::DoExecute( SfxRequest& rReq ) if ( !bCreateNew ) pPV->DeleteHelpLine(nHelpLine); // und weiter wie bei default + /*fall-through*/ default: return; } |