summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-15 15:25:59 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-15 15:28:37 +0100
commit6baf24c4d253d837c66968cec2eb4885c20900e6 (patch)
tree1a359445e44b5f365ce5b4aff7f3b943797b2abf /cppuhelper
parent9537ddcfc6711d864f442f280f0a82a8ccb00f0a (diff)
Typo: constarined->constrained
Change-Id: I3326843195e6a3b030409ac3b20bbea55e739366
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/propshlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 62ad4c6d2940..bcc8f0fa1850 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -534,7 +534,7 @@ void OPropertySetHelper::setFastPropertyValue( sal_Int32 nHandle, const Any& rVa
if( nAttributes & PropertyAttribute::CONSTRAINED )
{
// In aValue is the converted rValue
- // fire a constarined event
+ // fire a constrained event
// second parameter NULL means constrained
fire( &nHandle, &rValue, &aOldVal, 1, sal_True );
}