summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms')
-rw-r--r--xmloff/source/xforms/XFormsSubmissionContext.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx
index 88fb3e374abd..c335197004a6 100644
--- a/xmloff/source/xforms/XFormsSubmissionContext.cxx
+++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx
@@ -78,6 +78,8 @@ XFormsSubmissionContext::XFormsSubmissionContext(
xModel->getSubmissions()->insert( makeAny( mxSubmission ) );
}
+namespace {
+
Any toBool( const OUString& rValue )
{
Any aValue;
@@ -89,6 +91,8 @@ Any toBool( const OUString& rValue )
return aValue;
}
+} // namespace
+
void XFormsSubmissionContext::HandleAttribute( sal_uInt16 nToken,
const OUString& rValue )
{