diff options
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/> |