summaryrefslogtreecommitdiff
path: root/include/svx/pageitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/pageitem.hxx')
-rw-r--r--include/svx/pageitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/pageitem.hxx b/include/svx/pageitem.hxx
index 32633d5b247e..f47bcdf463c5 100644
--- a/include/svx/pageitem.hxx
+++ b/include/svx/pageitem.hxx
@@ -49,7 +49,7 @@ This item describes a page attribute (name of the template, enumeration,
portrait or landscape, layout)
*/
-class SVX_DLLPUBLIC SvxPageItem: public SfxPoolItem
+class SVX_DLLPUBLIC SvxPageItem final : public SfxPoolItem
{
private:
OUString aDescName; // name of the template
@@ -96,7 +96,7 @@ public:
container for header/footer attributes
--------------------------------------------------------------------*/
-class SVX_DLLPUBLIC SvxSetItem: public SfxSetItem
+class SVX_DLLPUBLIC SvxSetItem final : public SfxSetItem
{
public:
SvxSetItem( const sal_uInt16 nId, const SfxItemSet& rSet );