summaryrefslogtreecommitdiff
path: root/svx/source/form
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 11:27:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 06:34:23 +0000
commitc2808e3178b28528c23557321683b10b6ab5371f (patch)
tree531a69d274d4775594d95cec8d876acc8d67c22b /svx/source/form
parenta9717054dcb59010c95bdbfdb440ac12e8703796 (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: I610d8347129ac25420730ed7bf2855a5bdd0120f Reviewed-on: https://gerrit.libreoffice.org/29692 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/form')
-rw-r--r--svx/source/form/fmvwimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx
index 4890141215b5..2f5d53934ec9 100644
--- a/svx/source/form/fmvwimp.cxx
+++ b/svx/source/form/fmvwimp.cxx
@@ -1130,7 +1130,7 @@ namespace
{
void lcl_insertIntoFormComponentHierarchy_throw( const FmFormView& _rView, const SdrUnoObj& _rSdrObj,
const Reference< XDataSource >& _rxDataSource, const OUString& _rDataSourceName,
- const OUString& _rCommand, const sal_Int32 _nCommandType = -1 )
+ const OUString& _rCommand, const sal_Int32 _nCommandType )
{
FmFormPage& rPage = static_cast< FmFormPage& >( *_rView.GetSdrPageView()->GetPage() );