summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmvwimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-27 12:01:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-27 10:34:53 +0000
commitcb4787c36a300d6783da28540da737dbad951070 (patch)
tree49973aa3cabde34908e80bf3afc554f5fa16d2a5 /svx/source/inc/fmvwimp.hxx
parent4b598ccb3f25fc8bac23ed4434a11f6f6ff44bba (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: Ic46a0dcce477c8b27aa2d4771c48fd45ad73718c Reviewed-on: https://gerrit.libreoffice.org/27574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/inc/fmvwimp.hxx')
-rw-r--r--svx/source/inc/fmvwimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index bda4a412820b..299b18133722 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -277,10 +277,10 @@ private:
const OUString& _rFieldPostfix,
SdrUnoObj*& _rpLabel,
SdrUnoObj*& _rpControl,
- const css::uno::Reference< css::sdbc::XDataSource >& _rxDataSource = nullptr,
- const OUString& _rDataSourceName = OUString(),
- const OUString& _rCommand = OUString(),
- const sal_Int32 _nCommandType = -1
+ const css::uno::Reference< css::sdbc::XDataSource >& _rxDataSource,
+ const OUString& _rDataSourceName,
+ const OUString& _rCommand,
+ const sal_Int32 _nCommandType
);
void ObjectRemovedInAliveMode(const SdrObject* pObject);