diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:50:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:13 +0200 |
commit | 39b26e4466182cad1411c256719ad9b903eb6d79 (patch) | |
tree | 8bf3a9b0f2e3c8e87a8470052a52d8188b0c2980 /comphelper/source/property/propertycontainerhelper.cxx | |
parent | 7328e577e297924ba9cdfc2498f84b1d17d603d4 (diff) |
typo: ommit -> omit
Diffstat (limited to 'comphelper/source/property/propertycontainerhelper.cxx')
-rw-r--r-- | comphelper/source/property/propertycontainerhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index 23b0583764d3..b13b7f5ebead 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -132,7 +132,7 @@ void OPropertyContainerHelper::registerPropertyNoMember(const OUString& _rName, OSL_ENSURE(!_rType.equals(::getCppuType(static_cast< Any* >(NULL))), "OPropertyContainerHelper::registerPropertyNoMember : don't give my the type of an uno::Any ! Really can't handle this !"); OSL_ENSURE(_pInitialValue || ((_nAttributes & PropertyAttribute::MAYBEVOID) != 0), - "OPropertyContainerHelper::registerPropertyNoMember : you should not ommit the initial value if the property can't be void ! This will definitivly crash later !"); + "OPropertyContainerHelper::registerPropertyNoMember : you should not omit the initial value if the property can't be void ! This will definitivly crash later !"); PropertyDescription aNewProp; aNewProp.aProperty = Property( _rName, _nHandle, _rType, (sal_Int16)_nAttributes ); |