summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database/OpenQuery.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-03 16:14:37 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-03 16:14:37 +0000
commit3b1aadb861fe9eb1153321975bd68086b41fe6c7 (patch)
tree561b78416c8db138bcf743261156fe431b49d45a /odk/examples/DevelopersGuide/Database/OpenQuery.java
parent993c3047fda7146d51a35281f12c7b68a243381b (diff)
INTEGRATION: CWS jsc5 (1.5.56); FILE MERGED
2006/02/02 14:36:31 jsc 1.5.56.1: #i61438# remove warning
Diffstat (limited to 'odk/examples/DevelopersGuide/Database/OpenQuery.java')
-rw-r--r--odk/examples/DevelopersGuide/Database/OpenQuery.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Database/OpenQuery.java b/odk/examples/DevelopersGuide/Database/OpenQuery.java
index 9bed4bc70d42..6ba25852c7e1 100644
--- a/odk/examples/DevelopersGuide/Database/OpenQuery.java
+++ b/odk/examples/DevelopersGuide/Database/OpenQuery.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OpenQuery.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 16:20:00 $
+ * last change: $Author: kz $ $Date: 2006-02-03 17:14:37 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -107,7 +107,7 @@ public class OpenQuery {
// the DataSourceName can be a data source registered with [PRODUCTNAME], among other possibilities
xProp.setPropertyValue("DataSourceName","Bibliography");
- // the CommandType must be TABLE, QUERY or COMMAND – here we use COMMAND
+ // the CommandType must be TABLE, QUERY or COMMAND, here we use COMMAND
xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.COMMAND));
// the Command could be a table or query name or a SQL command, depending on the CommandType