diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:50:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:50:06 +0000 |
commit | 78f7d5f04adc708e396ae926340518afa4ffa4a8 (patch) | |
tree | ceb400f29776a4f5748006de58981d4e733c59e8 /offapi | |
parent | 92f19a84969afab5c099536f9bc7c75707224d75 (diff) |
INTEGRATION: CWS qiq (1.8.118); FILE MERGED
2006/06/30 14:21:40 fs 1.8.118.1: documentation
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/XQueriesSupplier.idl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/XQueriesSupplier.idl b/offapi/com/sun/star/sdb/XQueriesSupplier.idl index 1a590bc73384..51eba78590cf 100644 --- a/offapi/com/sun/star/sdb/XQueriesSupplier.idl +++ b/offapi/com/sun/star/sdb/XQueriesSupplier.idl @@ -4,9 +4,9 @@ * * $RCSfile: XQueriesSupplier.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 03:29:35 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:50:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,16 +46,18 @@ module com { module sun { module star { module sdb { -// DocMerge from xml: interface com::sun::star::sdb::XQueriesSupplier /** provides the access to a container of database queries. */ published interface XQueriesSupplier: com::sun::star::uno::XInterface { - // DocMerge from xml: method com::sun::star::sdb::XQueriesSupplier::getQueries /** returns the container of queries. - @returns - the queries + + <p>The single elements of the container support the <type>Query</type> service.</p> + + @return + the queries belonging to database connection at which the <type>XQueriesSupplier</type> interface + is exposed. */ com::sun::star::container::XNameAccess getQueries(); }; |