summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformshelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/eformshelper.hxx')
-rw-r--r--extensions/source/propctrlr/eformshelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/eformshelper.hxx b/extensions/source/propctrlr/eformshelper.hxx
index 4c7cab782d77..f77be57da1d0 100644
--- a/extensions/source/propctrlr/eformshelper.hxx
+++ b/extensions/source/propctrlr/eformshelper.hxx
@@ -107,7 +107,7 @@ namespace pcr
*/
bool canBindToDataType( sal_Int32 _nDataType = -1 ) const SAL_THROW(());
- /** checks whether the control model cna be bound to any XSD data type
+ /** checks whether the control model can be bound to any XSD data type
*/
bool canBindToAnyDataType() const SAL_THROW(()) { return canBindToDataType( -1 ); }