summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/global.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index dbfeb63acb04..8ecfedfc62b1 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -136,7 +136,7 @@ const ScBreakType BREAK_PAGE = 1;
const ScBreakType BREAK_MANUAL = 2;
// insert/delete flags - typesafe bitfield
-struct InsertDeleteFlags SAL_FINAL {
+struct InsertDeleteFlags final {
private:
sal_uInt16 v;
// hidden so that it doesn't accidentally get called in constructor initialiser lists