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 /connectivity | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
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 |