summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/SQLFilterOperator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/SQLFilterOperator.idl')
-rw-r--r--offapi/com/sun/star/sdb/SQLFilterOperator.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/SQLFilterOperator.idl b/offapi/com/sun/star/sdb/SQLFilterOperator.idl
index e8aa55694462..d8c935d13a03 100644
--- a/offapi/com/sun/star/sdb/SQLFilterOperator.idl
+++ b/offapi/com/sun/star/sdb/SQLFilterOperator.idl
@@ -51,10 +51,10 @@ constants SQLFilterOperator
/// greater than
const long GREATER = 4;
- /// less or eqal than
+ /// less or equal than
const long LESS_EQUAL = 5;
- /// greater or eqal than
+ /// greater or equal than
const long GREATER_EQUAL = 6;
/// like