summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-11 17:09:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-11 17:09:13 +0200
commit01f787a21a9dd0116545fbaa13d0a073db5b5d74 (patch)
tree62a0065ed2170174a79ccf05ef81943d4e665fe6 /sw/source/uibase/utlui
parent6356b3374788cc9e90e23dd17cc3ff536ac7fed8 (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 'sw/source/uibase/utlui')
-rw-r--r--sw/source/uibase/utlui/content.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index b0324efc7d67..a46822aa690c 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1791,6 +1791,7 @@ bool SwContentTree::FillTransferData( TransferDataContainer& rTransfer,
break;
else
rDragMode &= ~( DND_ACTION_MOVE | DND_ACTION_LINK );
+ SAL_FALLTHROUGH; //TODO ???
default:
sEntry = GetEntryText(pEntry);
}