summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/AccessibleBrowseBox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-25 09:34:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-26 13:31:49 +0200
commit1720bacfc0efd071ea56757b97a1bf2951f80cee (patch)
treead04d73d25f10cf078145d2a750db982f4cfd54c /accessibility/inc/extended/AccessibleBrowseBox.hxx
parent15faf18ddca02beb75f89dcd7887d7b8ae2a5e32 (diff)
loplugin:finalclasses in accessibility
Change-Id: Idac98767a97a150964c4c5fc736f184057b1a79a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117892 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/inc/extended/AccessibleBrowseBox.hxx')
-rw-r--r--accessibility/inc/extended/AccessibleBrowseBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/extended/AccessibleBrowseBox.hxx b/accessibility/inc/extended/AccessibleBrowseBox.hxx
index 5b676ecf5bd3..c854ffef52f0 100644
--- a/accessibility/inc/extended/AccessibleBrowseBox.hxx
+++ b/accessibility/inc/extended/AccessibleBrowseBox.hxx
@@ -191,7 +191,7 @@ private:
The instance holds its XAccessibleContext with a hard reference, while
the context holds this instance weak.
*/
-class AccessibleBrowseBoxAccess:
+class AccessibleBrowseBoxAccess final :
public cppu::WeakImplHelper<css::accessibility::XAccessible>,
public ::vcl::IAccessibleBrowseBox
{
@@ -212,7 +212,7 @@ public:
/// returns the AccessibleContext belonging to this Accessible
AccessibleBrowseBox* getContext() { return m_xContext.get(); }
-protected:
+private:
virtual ~AccessibleBrowseBoxAccess() override;
// XAccessible