diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-12 15:09:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-14 10:52:47 +0200 |
commit | 719c55cda76e0a00b4530396ebcf25777588a250 (patch) | |
tree | 3739d33f4602624b839213b02b0a991677f82439 /extensions/source/propctrlr/eformshelper.hxx | |
parent | 56af9ab6bb38f8b795295080308cdab7b97e8acc (diff) |
loplugin: defaultparams
Change-Id: I455b200febc9939f3fb81597938b26c0e9eb5f74
Diffstat (limited to 'extensions/source/propctrlr/eformshelper.hxx')
-rw-r--r-- | extensions/source/propctrlr/eformshelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/eformshelper.hxx b/extensions/source/propctrlr/eformshelper.hxx index a607e918f4c4..b3c819aefa24 100644 --- a/extensions/source/propctrlr/eformshelper.hxx +++ b/extensions/source/propctrlr/eformshelper.hxx @@ -109,7 +109,7 @@ namespace pcr /** checks whether the control model can be bound to any XSD data type */ - bool canBindToAnyDataType() const { return canBindToDataType( -1 ); } + bool canBindToAnyDataType() const { return canBindToDataType(); } /** checks whether the control model is a source for list entries, as supplied by XML data bindings */ |