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