summaryrefslogtreecommitdiff
path: root/svtools/inc/vclxaccessibleheaderbaritem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-24 08:06:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-24 10:54:23 +0200
commitf49b6d89fd9a903ce01a30bf9971188737ceda14 (patch)
tree8e70bf3f9fd7f29a52cbd3440cb9423eaebd72d4 /svtools/inc/vclxaccessibleheaderbaritem.hxx
parent89b08e23180c242a058653e246ace2ca47b56a3a (diff)
loplugin:finalclasses in svtools
Change-Id: I596342a3d32e116ac5994b60a5bd8717d4f6a5dd Reviewed-on: https://gerrit.libreoffice.org/43733 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc/vclxaccessibleheaderbaritem.hxx')
-rw-r--r--svtools/inc/vclxaccessibleheaderbaritem.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/inc/vclxaccessibleheaderbaritem.hxx b/svtools/inc/vclxaccessibleheaderbaritem.hxx
index 03701de59c8e..3e6ef4823dab 100644
--- a/svtools/inc/vclxaccessibleheaderbaritem.hxx
+++ b/svtools/inc/vclxaccessibleheaderbaritem.hxx
@@ -47,15 +47,13 @@ typedef ::cppu::ImplHelper2<
css::accessibility::XAccessible,
css::lang::XServiceInfo > VCLXAccessibleHeaderBarItem_BASE;
-class VCLXAccessibleHeaderBarItem : public comphelper::OAccessibleExtendedComponentHelper,
+class VCLXAccessibleHeaderBarItem final : public comphelper::OAccessibleExtendedComponentHelper,
public VCLXAccessibleHeaderBarItem_BASE
{
private:
VclPtr<HeaderBar> m_pHeadBar;
sal_Int32 m_nIndexInParent;
-protected:
-
void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
// OCommonAccessibleComponent