summaryrefslogtreecommitdiff
path: root/forms/source/xforms/model.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/model.cxx')
-rw-r--r--forms/source/xforms/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model.cxx b/forms/source/xforms/model.cxx
index 1a0e50bc81b3..c56730331ca7 100644
--- a/forms/source/xforms/model.cxx
+++ b/forms/source/xforms/model.cxx
@@ -162,7 +162,7 @@ EvaluationContext Model::getEvaluationContext()
xElement->getNodeType() == NodeType_ELEMENT_NODE,
"no element in evaluation context" );
- return EvaluationContext( xElement, this, mxNamespaces, 0, 1 );
+ return EvaluationContext( xElement, this, mxNamespaces );
}