summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:07:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:07:45 +0200
commit9c121778fec1d502ab0e1d7ff2da6f82df0cc8f2 (patch)
treeb90b1f85cad254d4be4cf80ffd3cade030329b0b /basctl
parentd567f8e242c40474cdbf0f43243185d334bbc331 (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: Ief09facecb6243815309a59e23a5673db5e1d94d
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastype3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 98782ea06088..0d0dc5ed09f5 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -233,6 +233,7 @@ SbxVariable* TreeListBox::FindVariable( SvTreeListEntry* pEntry )
break;
case OBJ_TYPE_DOCUMENT_OBJECTS:
bDocumentObjects = true;
+ SAL_FALLTHROUGH;
case OBJ_TYPE_USERFORMS:
case OBJ_TYPE_NORMAL_MODULES:
case OBJ_TYPE_CLASS_MODULES: