diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /include/connectivity | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbtools.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/parameters.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index 0f84849dee34..e592ebb9186c 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -397,7 +397,7 @@ namespace dbtools /** calculate a NumberFormatsSupplier for use with an given connection @param _rxConn the connection for which the formatter is requested - @param _bAllowDefault if the connection (and related components, such as it's parent) cannot supply + @param _bAllowDefault if the connection (and related components, such as its parent) cannot supply a formatter, we can ask the DatabaseEnvironment for a default one. This parameter states if this is allowed. @param _rxFactory required (only of _bAllowDefault is sal_True) for creating the DatabaseEnvironment. diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx index 7b63a029897b..37d70250d3a4 100644 --- a/include/connectivity/parameters.hxx +++ b/include/connectivity/parameters.hxx @@ -162,7 +162,7 @@ namespace dbtools /** fills parameter values, as extensive as possible <p>In particular, all values which can be filled from the master-detail relationship of - between our database component and it's parent are filled in.</p> + between our database component and its parent are filled in.</p> @param _rxCompletionHandler an interaction handler which should be used to fill all parameters which @@ -329,7 +329,7 @@ namespace dbtools void createOuterParameters(); /** fills in the parameters values which result from the master-detail relationship - between the database component and it's parent + between the database component and its parent @param _rxParentColumns the columns of the parameter database component. Must not be <NULL/> |