diff options
Diffstat (limited to 'offapi/com/sun/star/sdbc/RowSet.idl')
-rw-r--r-- | offapi/com/sun/star/sdbc/RowSet.idl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl index 1f7a2e9dd..0cf93bfcd 100644 --- a/offapi/com/sun/star/sdbc/RowSet.idl +++ b/offapi/com/sun/star/sdbc/RowSet.idl @@ -27,12 +27,8 @@ #ifndef __com_sun_star_sdbc_RowSet_idl__ #define __com_sun_star_sdbc_RowSet_idl__ -#ifndef __com_sun_star_sdbc_ResultSet_idl__ #include <com/sun/star/sdbc/ResultSet.idl> -#endif -#ifndef __com_sun_star_sdbc_XColumnLocate_idl__ #include <com/sun/star/sdbc/XColumnLocate.idl> -#endif module com { module sun { module star { module container { published interface XNameAccess; @@ -61,7 +57,7 @@ <p> On the one hand, a RowSet can be used as a short cut to retrieve the data of a DataSource. You don't have to establish a connection, create a Statement, and then create - a ResultSet. On the other hand, a rowset can be used to implement capabilties for + a ResultSet. On the other hand, a row set can be used to implement capabilities for a result set, which are not supported by a driver result set, like caching strategies or update capabilities. </p> @@ -80,7 +76,7 @@ published service RowSet // used to set parameters. interface XParameters; - /** allows locating columns which's name is known only. + /** allows locating columns whose name is known only. */ interface XColumnLocate; |