summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 12:16:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 13:41:30 +0200
commit6274fbe13c8fa556916b5aed695c6921ef6ff84f (patch)
tree50b4d8d0ff45e4eb36d8cd1babe47d1ecd559d3e /svx
parentdd7caf3cfd3de636c8bf37c8347c1b72b3772aeb (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 'svx')
-rw-r--r--svx/source/form/tbxform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx
index ad081492f25c..97aac28af619 100644
--- a/svx/source/form/tbxform.cxx
+++ b/svx/source/form/tbxform.cxx
@@ -34,7 +34,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
SvxFmAbsRecWin::SvxFmAbsRecWin(vcl::Window* pParent, SfxToolBoxControl* pController)
- : RecordItemWindow(pParent, true)
+ : RecordItemWindow(pParent)
, m_pController(pController)
{
}