diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 17:09:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 17:09:13 +0200 |
commit | 01f787a21a9dd0116545fbaa13d0a073db5b5d74 (patch) | |
tree | 62a0065ed2170174a79ccf05ef81943d4e665fe6 /sfx2 | |
parent | 6356b3374788cc9e90e23dd17cc3ff536ac7fed8 (diff) |
Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"
Would be great if people knowing about the respective code areas could look into
these, and either change them into plain "SAL_FALLTHROUGH;" or "break;".
Change-Id: I6bd5e04bbb84452bea57d10946522b456c2ad5f0
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 04e44a599bc2..2591656f86df 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -533,6 +533,8 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) rReq.AppendItem( SfxBoolItem( SID_FORCERELOAD, true) ); rReq.AppendItem( SfxBoolItem( SID_SILENT, true )); + + SAL_FALLTHROUGH; //TODO ??? } case SID_RELOAD: |