summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides1.cxx2
-rw-r--r--basctl/source/basicide/bastype3.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 2bb3aacd395a..d6611bc764ef 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -1071,7 +1071,7 @@ void Shell::GetState(SfxItemSet &rSet)
}
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case SID_BASICIDE_NEWMODULE:
case SID_BASICIDE_NEWDIALOG:
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 6d3a70cff637..359f6b3a7f5c 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -333,7 +333,7 @@ SbxVariable* SbTreeListBox::FindVariable(weld::TreeIter* pEntry)
break;
case OBJ_TYPE_DOCUMENT_OBJECTS:
bDocumentObjects = true;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case OBJ_TYPE_USERFORMS:
case OBJ_TYPE_NORMAL_MODULES:
case OBJ_TYPE_CLASS_MODULES: