diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 18:46:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 20:11:53 +0200 |
commit | ac5b519c0b572975955afab3237c19f6a214bc5b (patch) | |
tree | bba6e1eec8a3dadd0cb7be1baa578ee5ca6cd9a0 /svx | |
parent | 9c4ae2ac2b13f9c0f034f64fb7ad0b4dcae3bb96 (diff) |
loplugin:unnecessaryvirtual
Change-Id: I53194699cf82a1b8d69680da092a44c73a690e96
Reviewed-on: https://gerrit.libreoffice.org/78371
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleGraphicShape.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx index 04a7a9644ee1..d44c8583fe79 100644 --- a/svx/source/accessibility/AccessibleGraphicShape.cxx +++ b/svx/source/accessibility/AccessibleGraphicShape.cxx @@ -150,13 +150,4 @@ OUString return sName; } -// Return this object's role. -sal_Int16 SAL_CALL AccessibleGraphicShape::getAccessibleRole() -{ - if( m_pShape->getSdrModelFromSdrObject().GetImageMapForObject(m_pShape) != nullptr ) - return AccessibleRole::IMAGE_MAP; - else - return AccessibleShape::getAccessibleRole(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |