summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:17:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-01-28 12:14:19 +0000
commit207456b80e022608e6ee63e324de9367bf9f9d70 (patch)
tree14d19312e1585c38a9fd62e62cb4eaec0cefdf7f /offapi/com/sun/star/sdb/XSQLQueryComposer.idl
parent5287150cb7b37c094d43f1e3f1e38825a813540e (diff)
Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLQueryComposer.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLQueryComposer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
index bdfd321c2b09..e9c5756db7d7 100644
--- a/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSQLQueryComposer.idl
@@ -73,7 +73,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface
raises (com::sun::star::sdbc::SQLException);
//-------------------------------------------------------------------------
- /** returns the query composed with filters and sort criterias.
+ /** returns the query composed with filters and sort criteria.
@returns
the composed query
*/
@@ -95,7 +95,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface
/** returns the currently used filter.
<p>
The filter criteria is split into levels. Each level represents the
- OR criterias. Within each level, the filters are provided as an AND criteria
+ OR criteria. Within each level, the filters are provided as an AND criteria
with the name of the column and the filter condition. The filter condition
is of type string.
</p>
@@ -155,7 +155,7 @@ published interface XSQLQueryComposer: com::sun::star::uno::XInterface
raises (com::sun::star::sdbc::SQLException);
//-------------------------------------------------------------------------
- /** makes it possibile to set a sort condition for the query.
+ /** makes it possible to set a sort condition for the query.
@param order
the order part to set
@throws com::sun::star::sdbc::SQLException