diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/dbtools.hxx | 2 | ||||
-rw-r--r-- | connectivity/inc/connectivity/parameters.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/dbtools.hxx b/connectivity/inc/connectivity/dbtools.hxx index 5820e52a17a8..9706af6ccb1c 100644 --- a/connectivity/inc/connectivity/dbtools.hxx +++ b/connectivity/inc/connectivity/dbtools.hxx @@ -351,7 +351,7 @@ namespace dbtools @param _pAsciiSettingsName the ASCII name of the setting to obtain @param _rSettingsValue - the value of the setting, upon successfull return + the value of the setting, upon successful return @return <FALSE/> if the setting is not present in the <member scope="com::sun::star::sdb">DataSource::Info</member> diff --git a/connectivity/inc/connectivity/parameters.hxx b/connectivity/inc/connectivity/parameters.hxx index 6e99b9392053..9bdbe0e5c3fb 100644 --- a/connectivity/inc/connectivity/parameters.hxx +++ b/connectivity/inc/connectivity/parameters.hxx @@ -261,7 +261,7 @@ namespace dbtools @param _rxComponent the database component to initialize from. Must not be <NULL/> @return - <TRUE/> if and only if the initialization was successfull + <TRUE/> if and only if the initialization was successful @postcond if and only if <TRUE/> is returned, then <member>m_xInnerParamColumns</member> contains the collection of |