summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
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/utlui
parent7a06806a8d7f541855a90a1eab8f4b7c6539ab63 (diff)
sw: these all look like intended fall-throughs
Change-Id: Idfea426b69d07dc6d8eb8d0edb59b0ec0f4ecdf9
Diffstat (limited to 'sw/source/uibase/utlui')
-rw-r--r--sw/source/uibase/utlui/content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index e1038a4f215b..c6ea2751fddb 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1780,7 +1780,7 @@ bool SwContentTree::FillTransferData( TransferDataContainer& rTransfer,
case ContentTypeId::POSTIT:
case ContentTypeId::INDEX:
case ContentTypeId::REFERENCE :
- // cannot be inserted, neither as URL nor as region
+ // cannot be inserted, neither as URL nor as section
break;
case ContentTypeId::URLFIELD:
sUrl = static_cast<SwURLFieldContent*>(pCnt)->GetURL();
@@ -1791,7 +1791,7 @@ bool SwContentTree::FillTransferData( TransferDataContainer& rTransfer,
break;
else
rDragMode &= ~( DND_ACTION_MOVE | DND_ACTION_LINK );
- SAL_FALLTHROUGH; //TODO ???
+ SAL_FALLTHROUGH;
default:
sEntry = GetEntryText(pEntry);
}