diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/cellbindinghelper.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/eventhandler.hxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx index b791bb0b8b1e..69aff206c3bd 100644 --- a/extensions/source/propctrlr/cellbindinghelper.hxx +++ b/extensions/source/propctrlr/cellbindinghelper.hxx @@ -259,7 +259,7 @@ namespace pcr the AddressConversion service @return - <TRUE/> if any only if the conversion was successfull + <TRUE/> if any only if the conversion was successful @see com::sun::star::table::CellAddressConversion @see com::sun::star::table::CellRangeAddressConversion diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx index 4ed4ace860df..291075611eef 100644 --- a/extensions/source/propctrlr/eventhandler.hxx +++ b/extensions/source/propctrlr/eventhandler.hxx @@ -141,7 +141,7 @@ namespace pcr private: /** returns the script events associated with our introspectee @param _out_rEvents - Takes, upon successfull return, the events currently associated with the introspectee + Takes, upon successful return, the events currently associated with the introspectee @precond Our introspectee is a form component */ @@ -151,7 +151,7 @@ namespace pcr /** returns the script events associated with our introspectee @param _out_rEvents - Takes, upon successfull return, the events currently associated with the introspectee + Takes, upon successful return, the events currently associated with the introspectee @precond Our introspectee is a dialog element */ @@ -175,7 +175,7 @@ namespace pcr /** returns the types of the listeners which can be registered at our introspectee @param _out_rTypes - Takes, upon successfull return, the types of possible listeners at the introspectee + Takes, upon successful return, the types of possible listeners at the introspectee */ void impl_getCopmonentListenerTypes_nothrow( ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _out_rTypes |