diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 14:29:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 08:50:27 +0200 |
commit | ec38966951f28a1e1d4c97f01a550c87f152cbc8 (patch) | |
tree | e5a6e35accae72cf0535b1c34ba384bf2730f9d3 /sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | |
parent | 44bc7fc5609a4930e7236b43cf445920a2a3bc77 (diff) |
loplugin:checkunusedparams in svx(part3)
Change-Id: I4b9b749565750acc7f674957fd619870b0e29237
Reviewed-on: https://gerrit.libreoffice.org/37240
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index f126e3c82885..1d6a6fc038bb 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -733,7 +733,7 @@ uno::Any SAL_CALL AccessibleDocumentViewBase::getExtendedAttributes() if( pDoc ) { SdrLayerAdmin& rLayerAdmin = pDoc->GetLayerAdmin(); - SdrLayer* aSdrLayer = rLayerAdmin.GetLayer(sDisplay, false); + SdrLayer* aSdrLayer = rLayerAdmin.GetLayer(sDisplay); if( aSdrLayer ) { OUString layerAltText = aSdrLayer->GetTitle(); |