diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-18 13:14:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-19 19:09:40 +0200 |
commit | 212799ffeded71c0d6864185d5245979e50fa0fb (patch) | |
tree | 72de7378933e01005e4b6a7b748ace5c34824015 /include/vcl/combobox.hxx | |
parent | b4228e6eb21c63903206f3c9eff028360fd3176e (diff) |
loplugin:constantparam
Change-Id: Ifa90e9721edeacd4fd78fde968b81aab873e2061
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94497
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r-- | include/vcl/combobox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx index ddea969bde5f..ee5f72bcad8d 100644 --- a/include/vcl/combobox.hxx +++ b/include/vcl/combobox.hxx @@ -99,7 +99,7 @@ public: void SetUserItemSize( const Size& rSz ); void EnableUserDraw( bool bUserDraw ); - void DrawEntry( const UserDrawEvent& rEvt, bool bDrawText, bool bDrawTextAtImagePos ); + void DrawEntry( const UserDrawEvent& rEvt ); void SetBorderStyle( WindowBorderStyle nBorderStyle ); /** |