diff options
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 */ |