summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsSubmissionContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsSubmissionContext.cxx')
-rw-r--r--xmloff/source/xforms/XFormsSubmissionContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx
index a0bc479ee798..2c2c84dd22ee 100644
--- a/xmloff/source/xforms/XFormsSubmissionContext.cxx
+++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx
@@ -92,7 +92,7 @@ Any toBool( const OUString& rValue )
bool bValue(false);
if (::sax::Converter::convertBool( bValue, rValue ))
{
- aValue <<= ( bValue ? true : false );
+ aValue <<= bValue;
}
return aValue;
}