diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-29 00:22:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-29 10:09:50 +0200 |
commit | 9e857693e0cb05448be681ea27d7500c25b34786 (patch) | |
tree | c28f5fef5d14a271a0ceb23fd8b78891f5fd3c85 /offapi/com/sun/star/sdb | |
parent | 4a9ac82cab9d77e593f9ea4a070eadb50a2bba0a (diff) |
Fix typos
Change-Id: Ic2fb0772648b3f93c2fdfa4d2f663b6ede2ead51
Reviewed-on: https://gerrit.libreoffice.org/76507
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/sdb')
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl b/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl index dfaa66af893d..079646ab2396 100644 --- a/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl +++ b/offapi/com/sun/star/sdb/ColumnDescriptorControlModel.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module sdb { -/** specifies the standard model of an ColumnDescriptorControl. +/** specifies the standard model of a ColumnDescriptorControl. */ service ColumnDescriptorControlModel { diff --git a/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl b/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl index bf9da7cd7c3c..79f6174525e0 100644 --- a/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl +++ b/offapi/com/sun/star/sdb/DatabaseInteractionHandler.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module sdb { in the exception. </li> <li><b>parameter requests</b><br/> - If your interaction request supplies an com::sun::star::sdb::ParametersRequest, + If your interaction request supplies a com::sun::star::sdb::ParametersRequest, the handler will open a standard dialog asking the user to fill in parameter values. <br/> In the case you want to use this feature of the handler, you should supply a special continuation diff --git a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl index f4b08e65a15f..90f1edc0f67f 100644 --- a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl +++ b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module sdb { -/** specifies a office database document which is a storable document. +/** specifies an office database document which is a storable document. <p>These documents contain information about forms, and reports, and the properties of a data source.</p> @@ -202,7 +202,7 @@ service OfficeDatabaseDocument /** implements life time control - <p>Whoever retrieves a OfficeDatabaseDocument should be aware of + <p>Whoever retrieves an OfficeDatabaseDocument should be aware of life time issues, since a document needs to be closed when nobody needs it anymore.</p> <p>This implies that clients of a document need to ensure that as soon as they don't diff --git a/offapi/com/sun/star/sdb/RelationDesign.idl b/offapi/com/sun/star/sdb/RelationDesign.idl index 1e717164830e..e394917d4f61 100644 --- a/offapi/com/sun/star/sdb/RelationDesign.idl +++ b/offapi/com/sun/star/sdb/RelationDesign.idl @@ -57,7 +57,7 @@ published service RelationDesign Recognized parameters are: <ul> <li><b>Frame</b><br> - has to be an com::sun::star::frame::XFrame interface specifying the frame to plug the + has to be a com::sun::star::frame::XFrame interface specifying the frame to plug the RelationDesign component into. </li> <li><b>DataSourceName</b><br> |