From ba45d25420ea0692db78677d6e994dfaaf295604 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:10:25 +0200 Subject: Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580 --- svl/source/items/style.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl') 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) {;} -- cgit