diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-20 12:16:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-20 13:41:30 +0200 |
commit | 6274fbe13c8fa556916b5aed695c6921ef6ff84f (patch) | |
tree | 50b4d8d0ff45e4eb36d8cd1babe47d1ecd559d3e /forms | |
parent | dd7caf3cfd3de636c8bf37c8347c1b72b3772aeb (diff) |
loplugin:constantparam
Change-Id: I59a37e1d37fa749cba5159daa23fe663bcc55435
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101045
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/solar/control/navtoolbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx index 5c0ee830cbec..2f0147d04307 100644 --- a/forms/source/solar/control/navtoolbar.cxx +++ b/forms/source/solar/control/navtoolbar.cxx @@ -621,7 +621,7 @@ namespace frm } RecordPositionInput::RecordPositionInput(vcl::Window* pParent) - : RecordItemWindow(pParent, true) + : RecordItemWindow(pParent) , m_pDispatcher( nullptr ) { } |