diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /comphelper/inc | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/accimplaccess.hxx | 2 | ||||
-rw-r--r-- | comphelper/inc/comphelper/property.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/inc/comphelper/accimplaccess.hxx b/comphelper/inc/comphelper/accimplaccess.hxx index 87dad9d3b117..3407c5a7b8b4 100644 --- a/comphelper/inc/comphelper/accimplaccess.hxx +++ b/comphelper/inc/comphelper/accimplaccess.hxx @@ -101,7 +101,7 @@ namespace comphelper @param _rxComponent is the component which should be examined. @return - the pointer to the implementation, if successfull. The only known error condition so far + the pointer to the implementation, if successful. The only known error condition so far is an invalid context (which means it is <NULL/>, or the implementation is not derived from <type>OAccessibleImplementationAccess</type>, or retrieving the implementation failed). */ diff --git a/comphelper/inc/comphelper/property.hxx b/comphelper/inc/comphelper/property.hxx index e8d75c7ed3d6..95fe122d51a6 100644 --- a/comphelper/inc/comphelper/property.hxx +++ b/comphelper/inc/comphelper/property.hxx @@ -108,7 +108,7 @@ COMPHELPER_DLLPUBLIC void copyProperties(const staruno::Reference<starbeans::XPr //================================================================== /** helper for implementing ::cppu::OPropertySetHelper::convertFastPropertyValue - @param _rConvertedValue the conversion result (if successfull) + @param _rConvertedValue the conversion result (if successful) @param _rOldValue the old value of the property, calculated from _rCurrentValue @param _rValueToSet the new value which is about to be set @param _rCurrentValue the current value of the property @@ -132,7 +132,7 @@ sal_Bool tryPropertyValue(staruno::Any& /*out*/_rConvertedValue, staruno::Any& / } /** helper for implementing ::cppu::OPropertySetHelper::convertFastPropertyValue for enum values - @param _rConvertedValue the conversion result (if successfull) + @param _rConvertedValue the conversion result (if successful) @param _rOldValue the old value of the property, calculated from _rCurrentValue @param _rValueToSet the new value which is about to be set @param _rCurrentValue the current value of the property @@ -162,7 +162,7 @@ sal_Bool tryPropertyValueEnum(staruno::Any& /*out*/_rConvertedValue, staruno::An } /** helper for implementing ::cppu::OPropertySetHelper::convertFastPropertyValue for boolean properties - @param _rConvertedValue the conversion result (if successfull) + @param _rConvertedValue the conversion result (if successful) @param _rOldValue the old value of the property, calculated from _rCurrentValue @param _rValueToSet the new value which is about to be set @param _rCurrentValue the current value of the property @@ -185,7 +185,7 @@ inline sal_Bool tryPropertyValue(staruno::Any& /*out*/_rConvertedValue, staruno: } /** helper for implementing ::cppu::OPropertySetHelper::convertFastPropertyValue - @param _rConvertedValue the conversion result (if successfull) + @param _rConvertedValue the conversion result (if successful) @param _rOldValue the old value of the property, calculated from _rCurrentValue @param _rValueToSet the new value which is about to be set @param _rCurrentValue the current value of the property |