diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-10 09:21:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-11 07:52:55 +0200 |
commit | ab6849db5540b1836f91708acc4ae8a9f49a6d7c (patch) | |
tree | cd08ac270a9b946f9b39b9af7035417b2beb913c /sd/source/ui/inc/AccessiblePageShape.hxx | |
parent | 3cd343ca62d80753f88135aa88ea0dc4d935f315 (diff) |
loplugin:virtualdown in AccessibleShape
Change-Id: I35c8c4b2c561f3ce4fdc3d94cc74463abbc087f4
Reviewed-on: https://gerrit.libreoffice.org/73769
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/AccessiblePageShape.hxx')
-rw-r--r-- | sd/source/ui/inc/AccessiblePageShape.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx index f076bb4affd2..1c9bda097225 100644 --- a/sd/source/ui/inc/AccessiblePageShape.hxx +++ b/sd/source/ui/inc/AccessiblePageShape.hxx @@ -112,8 +112,7 @@ protected: CreateAccessibleName() override; /// Create a description string that contains the accessible description. - virtual OUString - CreateAccessibleDescription() override; + static OUString CreateAccessibleDescription(); private: css::uno::Reference<css::drawing::XDrawPage> mxPage; |