summaryrefslogtreecommitdiffstats
path: root/include/svx/algitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/algitem.hxx')
-rw-r--r--include/svx/algitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/algitem.hxx b/include/svx/algitem.hxx
index 5ba94bcea2a1..67837566c81e 100644
--- a/include/svx/algitem.hxx
+++ b/include/svx/algitem.hxx
@@ -29,7 +29,7 @@
class IntlWrapper;
class SfxItemPool;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxOrientationItem: public SfxEnumItem<SvxCellOrientation>
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxOrientationItem final : public SfxEnumItem<SvxCellOrientation>
{
public:
SvxOrientationItem(
@@ -58,7 +58,7 @@ public:
sal_Int32 GetRotation( sal_Int32 nStdAngle ) const;
};
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxMarginItem: public SfxPoolItem
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxMarginItem final : public SfxPoolItem
{
sal_Int16 nLeftMargin;
sal_Int16 nTopMargin;