summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/labimg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/labimg.hxx')
-rw-r--r--sw/source/uibase/inc/labimg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/labimg.hxx b/sw/source/uibase/inc/labimg.hxx
index ec01bf38ffcc..47255d37c078 100644
--- a/sw/source/uibase/inc/labimg.hxx
+++ b/sw/source/uibase/inc/labimg.hxx
@@ -26,7 +26,7 @@
class SwLabCfgItem;
-class SW_DLLPUBLIC SwLabItem : public SfxPoolItem
+class SW_DLLPUBLIC SwLabItem final : public SfxPoolItem
{
public:
@@ -102,7 +102,7 @@ public:
OUString m_sGlossaryBlockName;
};
-class SwLabCfgItem : public utl::ConfigItem
+class SwLabCfgItem final : public utl::ConfigItem
{
private:
SwLabItem aItem;