summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/QueryDescriptor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
commit858c85b5a0bb3a8de78ef696b2a2377baeb9f9aa (patch)
treebdef5f03e84dfce5da034b8956f321c4f13afcc3 /offapi/com/sun/star/sdb/QueryDescriptor.idl
parenta96a1f470d60f775dcdff6fd5d2bfebd1f67f9fe (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/sdb/QueryDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sdb/QueryDescriptor.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/QueryDescriptor.idl b/offapi/com/sun/star/sdb/QueryDescriptor.idl
index b5dd7af333a3..fe8269a9b9c2 100644
--- a/offapi/com/sun/star/sdb/QueryDescriptor.idl
+++ b/offapi/com/sun/star/sdb/QueryDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDescriptor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ service QueryDescriptor
// DocMerge from xml: service com::sun::star::sdbcx::com::sun::star::sdb::QueryDescriptor: interface com::sun::star::sdbcx::XDataDescriptorFactory
- /** is provided for creation of a new query descriptor based on the current informations.
+ /** is provided for creation of a new query descriptor based on the current information.
*/
interface com::sun::star::sdbcx::XDataDescriptorFactory;
@@ -109,7 +109,7 @@ service QueryDescriptor
// DocMerge from xml: property com::sun::star::sdbcx::com::sun::star::sdb::QueryDescriptor::Command
- /** is the command of the query, this is typically a select statement.
+ /** is the command of the query, this is typically a Select statement.
*/
[property] string Command;
@@ -121,7 +121,7 @@ service QueryDescriptor
// DocMerge from xml: property com::sun::star::sdbcx::com::sun::star::sdb::QueryDescriptor::UpdateTableName
- /** is the name of the table which should be updated, this is usually used
+ /** is the name of the table which should be updated. This is usually used
for queries which relate on more than one table.
*/
[property] string UpdateTableName;
@@ -145,6 +145,9 @@ service QueryDescriptor
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:31 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:37 hjs
initial import