summaryrefslogtreecommitdiff
path: root/include/editeng/justifyitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 09:57:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:51:31 +0100
commite73d13a11a00431d47322d18d44fdedbfe7f9f93 (patch)
tree17a5c55d1fdfa515b8583759f58f5f61af61e46e /include/editeng/justifyitem.hxx
parentca77ba6d9c28e82d6e63f9cd19794ce678accae2 (diff)
loplugin:finalclasses in editeng
Change-Id: Ie9da2c57fa9cd355dc5826cf5afd1c5b84cd22d7 Reviewed-on: https://gerrit.libreoffice.org/81648 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/justifyitem.hxx')
-rw-r--r--include/editeng/justifyitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx
index c53a7b83b744..2d862ff7d35e 100644
--- a/include/editeng/justifyitem.hxx
+++ b/include/editeng/justifyitem.hxx
@@ -25,7 +25,7 @@
#include <svl/eitem.hxx>
#include <sal/types.h>
-class EDITENG_DLLPUBLIC SvxHorJustifyItem: public SfxEnumItem<SvxCellHorJustify>
+class EDITENG_DLLPUBLIC SvxHorJustifyItem final : public SfxEnumItem<SvxCellHorJustify>
{
public:
static SfxPoolItem* CreateDefault();
@@ -52,7 +52,7 @@ public:
};
-class EDITENG_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem<SvxCellVerJustify>
+class EDITENG_DLLPUBLIC SvxVerJustifyItem final : public SfxEnumItem<SvxCellVerJustify>
{
public:
static SfxPoolItem* CreateDefault();
@@ -79,7 +79,7 @@ public:
};
-class EDITENG_DLLPUBLIC SvxJustifyMethodItem: public SfxEnumItem<SvxCellJustifyMethod>
+class EDITENG_DLLPUBLIC SvxJustifyMethodItem final : public SfxEnumItem<SvxCellJustifyMethod>
{
public:
SvxJustifyMethodItem(