summaryrefslogtreecommitdiff
path: root/include/svl/stylepool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/stylepool.hxx')
-rw-r--r--include/svl/stylepool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/stylepool.hxx b/include/svl/stylepool.hxx
index 71b0b57cbf4c..fc8a6802d10f 100644
--- a/include/svl/stylepool.hxx
+++ b/include/svl/stylepool.hxx
@@ -26,7 +26,7 @@
class StylePoolImpl;
class IStylePoolIteratorAccess;
-class SVL_DLLPUBLIC StylePool
+class SVL_DLLPUBLIC StylePool final
{
private:
std::unique_ptr<StylePoolImpl> pImpl;
@@ -65,7 +65,7 @@ public:
IStylePoolIteratorAccess* createIterator( const bool bSkipUnusedItemSets = false,
const bool bSkipIgnorableItems = false );
- virtual ~StylePool();
+ ~StylePool();
static OUString nameOf( const std::shared_ptr<SfxItemSet>& pSet );
};