diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2018-02-06 11:18:44 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-18 16:56:08 +0100 |
commit | 861f819d1b1a1ee4a8a15ec26cdd20121fd03ddf (patch) | |
tree | 58e033859b9521705be207c2903945c0edec742c /accessibility/source/extended/accessibletabbarpage.cxx | |
parent | 0679691db053acaa3ca2aa633a56d108f2e5bb85 (diff) |
Accessibility : cleanup constructors and destructors.
Change-Id: I63f94f4bb3865d0c2d211567588343e08878342c
Reviewed-on: https://gerrit.libreoffice.org/49282
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/source/extended/accessibletabbarpage.cxx')
-rw-r--r-- | accessibility/source/extended/accessibletabbarpage.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/accessibility/source/extended/accessibletabbarpage.cxx b/accessibility/source/extended/accessibletabbarpage.cxx index a69d434ada75..631eb794300d 100644 --- a/accessibility/source/extended/accessibletabbarpage.cxx +++ b/accessibility/source/extended/accessibletabbarpage.cxx @@ -58,11 +58,6 @@ namespace accessibility } - AccessibleTabBarPage::~AccessibleTabBarPage() - { - } - - bool AccessibleTabBarPage::IsEnabled() { OExternalLockGuard aGuard( this ); |