diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-24 10:44:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-25 13:09:59 +0200 |
commit | facd0fc931468e82e50be3f7d8af48c6187dfa96 (patch) | |
tree | 95fd841f9ad75b74e2396b046d53539008755963 /sfx2/source/appl | |
parent | 0dbc76a3ca25f43232073484541504e342380d0a (diff) |
loplugin:constantparam
Change-Id: Id6197d72ae136da04dfb22c847623004b797d75d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92840
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index fd1269fde142..4a9b5b8e73bc 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -486,7 +486,7 @@ void IndexBox_Impl::UserDraw( const UserDrawEvent& rUDEvt ) rUDEvt.GetRenderContext()->DrawText(aPos, (nPos !=-1) ? aEntry.copy(nPos + 1) : aEntry); } else - DrawEntry( rUDEvt, false, true, true ); + DrawEntry( rUDEvt, true, true ); } |