summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-27 11:09:13 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-27 11:23:25 +0200
commit4c52c27caf3b81e084f4b161d5ba3924ec9d5dda (patch)
tree964b9e892dc1070204b044e0d47e1c1081636906 /sw/source/uibase/shells
parent7a06806a8d7f541855a90a1eab8f4b7c6539ab63 (diff)
sw: these all look like intended fall-throughs
Change-Id: Idfea426b69d07dc6d8eb8d0edb59b0ec0f4ecdf9
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r--sw/source/uibase/shells/basesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index eb70ed6bb6cb..551d92200942 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -427,7 +427,7 @@ void SwBaseShell::StateClpbrd(SfxItemSet &rSet)
rSet.DisableItem( nWhich );
break;
}
- SAL_FALLTHROUGH; //TODO ???
+ SAL_FALLTHROUGH;
case SID_COPY:
if( !bCopy )
rSet.DisableItem( nWhich );