summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/SortDescriptor.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-10-11 06:30:12 +0000
committerThomas Lange <tl@openoffice.org>2002-10-11 06:30:12 +0000
commitca764d05e5387cc0cfc128ea70e27b64d6640595 (patch)
treebe9d757338f802a71f36ea269536876069a95519 /offapi/com/sun/star/util/SortDescriptor.idl
parent2b51a05fc45bfa74e690091fac187a098ffc15d5 (diff)
#100792# 'optional' flags added
Diffstat (limited to 'offapi/com/sun/star/util/SortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/util/SortDescriptor.idl11
1 files changed, 8 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/SortDescriptor.idl b/offapi/com/sun/star/util/SortDescriptor.idl
index 05ef5c4e2a58..bef067ea2eea 100644
--- a/offapi/com/sun/star/util/SortDescriptor.idl
+++ b/offapi/com/sun/star/util/SortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SortDescriptor.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tl $ $Date: 2002-10-11 07:18:27 $
+ * last change: $Author: tl $ $Date: 2002-10-11 07:30:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,10 +87,15 @@ service SortDescriptor
//-------------------------------------------------------------------------
/** specifies if the case of letters is important when comparing entries.
*/
- [optional, property] boolean IsCaseSensitive;
+ [property] boolean IsCaseSensitive;
//-------------------------------------------------------------------------
/** specifies the sorting order.
+
+ The sorting order may be defined for sepearte keys in specific
+ implementations. For those this property may not need to be set.
+
+ @see <type scope"com::sun::star::text">TextSortDescriptor</type>
*/
[optional, property] boolean SortAscending;