diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-28 21:37:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 08:37:31 +0200 |
commit | 6a6380b7d692a3389516b59205671aa7d53d6920 (patch) | |
tree | f8cc1132e17ffc57016b0fb448c23d7bf49ce58f /include/editeng | |
parent | 47ccda36fc80b40928b0e12e7dc1052ff0f98654 (diff) |
loplugin:virtualdown in editeng
Change-Id: Id86a38521fe287a824bdda4b0fd2d68e97ae1b73
Reviewed-on: https://gerrit.libreoffice.org/52036
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/AccessibleContextBase.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx index 54ef0184c4a3..106d5d0a064f 100644 --- a/include/editeng/AccessibleContextBase.hxx +++ b/include/editeng/AccessibleContextBase.hxx @@ -279,15 +279,6 @@ protected: */ virtual OUString CreateAccessibleName(); - /** Create the accessible object's descriptive string. May be called - more than once. - @return - Descriptive string. Not necessarily unique. - @throws css::uno::RuntimeException - */ - virtual OUString - CreateAccessibleDescription(); - void FireEvent (const css::accessibility::AccessibleEventObject& aEvent); /** Check whether or not the object has been disposed (or is in the |