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 /svl | |
parent | b9f34146be786f3f40625e285a87111a01b874d9 (diff) |
Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code
Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index ebd91432a6e1..043575e18b37 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -380,7 +380,7 @@ inline bool SfxStyleSheetIterator::IsTrivialSearch() namespace { -struct DoesStyleMatchStyleSheetPredicate SAL_FINAL : public svl::StyleSheetPredicate +struct DoesStyleMatchStyleSheetPredicate final : public svl::StyleSheetPredicate { explicit DoesStyleMatchStyleSheetPredicate(SfxStyleSheetIterator *it) : mIterator(it) {;} @@ -805,7 +805,7 @@ void SfxStyleSheetBasePool::Insert( SfxStyleSheetBase* p ) namespace { -struct StyleSheetDisposerFunctor SAL_FINAL : public svl::StyleSheetDisposer +struct StyleSheetDisposerFunctor final : public svl::StyleSheetDisposer { explicit StyleSheetDisposerFunctor(SfxStyleSheetBasePool* pool) : mPool(pool) {;} |