From 6274fbe13c8fa556916b5aed695c6921ef6ff84f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Aug 2020 12:16:15 +0200 Subject: loplugin:constantparam Change-Id: I59a37e1d37fa749cba5159daa23fe663bcc55435 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101045 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/solar/control/navtoolbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') 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 ) { } -- cgit