diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /extensions/source | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/eformshelper.hxx | 2 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckconfig.cxx | 2 |
2 files changed, 2 insertions, 2 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 ); } diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx index 19dc4c3426c5..dd88856f38ec 100644 --- a/extensions/source/update/check/updatecheckconfig.cxx +++ b/extensions/source/update/check/updatecheckconfig.cxx @@ -483,7 +483,7 @@ UpdateCheckConfig::clearUpdateFound() /* As we have removed UpdateVersionFound from the shared configuration * existing entries in the user layer do not have a oor operation and - * thus are completly ignored (which also means they can not be removed). + * thus are completely ignored (which also means they can not be removed). */ commitChanges(); |