diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 16:10:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 17:52:30 +0200 |
commit | ba45d25420ea0692db78677d6e994dfaaf295604 (patch) | |
tree | 0a33695b0b5bbe01896cd520ffc1226d8fec6ecd /sc/inc | |
parent | b9f34146be786f3f40625e285a87111a01b874d9 (diff) |
Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code
Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 2 |
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 |