diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 |
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 ); } |