summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index cad58eaea61d..0ff3ff4df8e6 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -2841,7 +2841,7 @@ void DbGridControl::Command(const CommandEvent& rEvt)
return;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
default:
EditBrowseBox::Command(rEvt);
@@ -3253,7 +3253,7 @@ bool DbGridControl::PreNotify(NotifyEvent& rEvt)
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
default:
return EditBrowseBox::PreNotify(rEvt);