summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/xformsexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/xformsexport.cxx')
-rw-r--r--xmloff/source/xforms/xformsexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx
index e12f9b29f91c..b0f8b92e3309 100644
--- a/xmloff/source/xforms/xformsexport.cxx
+++ b/xmloff/source/xforms/xformsexport.cxx
@@ -256,7 +256,7 @@ static const ExportTable aXFormsBindingTable[] =
TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, xforms_string ),
TABLE_ENTRY( "ConstraintExpression", NONE, CONSTRAINT, xforms_string ),
TABLE_ENTRY( "CalculateExpression", NONE, CALCULATE, xforms_string ),
- // type handled separatly, for type name <-> XSD type conversion
+ // type handled separately, for type name <-> XSD type conversion
// TABLE_ENTRY( "Type", NONE, TYPE, xforms_string ),
TABLE_END
};